diff --git a/bl-kernel/admin/themes/default/css/default.css b/bl-kernel/admin/themes/default/css/default.css index cd1ae4c8..7e5aa9a3 100644 --- a/bl-kernel/admin/themes/default/css/default.css +++ b/bl-kernel/admin/themes/default/css/default.css @@ -209,9 +209,36 @@ div.dashboard-links h4 { font-size: 0.9em !important; } +.bl-publish-sidebar ul { + margin: 0; + padding: 0; +} + +.bl-publish-sidebar li { + margin: 0; + padding: 0; + list-style: none; +} + +.bl-publish-sidebar li:not(:first-child) { + margin-top: 10px; +} + .bl-publish-sidebar .uk-form-label { font-size: 0.9em; text-transform: uppercase; + font-weight: normal; +} + +.bl-publish-sidebar .sidebar-view { + display: none; +} + +.bl-publish-sidebar h2.sidebar-button { + font-size: 0.9em; + text-transform: uppercase; + border-bottom: 1px solid #ddd; + cursor: pointer; } .uk-form legend { @@ -340,19 +367,19 @@ table.statistics tr:last-child td { } #bludit-tags .uk-button { - padding: 0 12px !important; - margin-left: 10px; + margin-top: 5px; } #jstagList { margin-top: 15px; + font-size: 0.9em; } #jstagList span.unselect, #jstagList span.select { - margin-top: 5px; - margin-right: 5px; - padding: 2px 15px; + margin-top: 7px; + margin-right: 7px; + padding: 1px 15px; cursor: pointer; display: inline-block; border-radius: 3px; diff --git a/bl-kernel/admin/themes/default/index.php b/bl-kernel/admin/themes/default/index.php index 5c78acac..1491bdb7 100644 --- a/bl-kernel/admin/themes/default/index.php +++ b/bl-kernel/admin/themes/default/index.php @@ -151,6 +151,20 @@ $(document).ready(function() { ?> + + + diff --git a/bl-kernel/admin/themes/default/init.php b/bl-kernel/admin/themes/default/init.php index cdf84184..3f244a5f 100644 --- a/bl-kernel/admin/themes/default/init.php +++ b/bl-kernel/admin/themes/default/init.php @@ -4,7 +4,9 @@ class HTML { public static function title($args) { - $html = '

'.$args['title'].'

'; + $id = empty($args['id']) ? '' : 'id="'.$args['id'].'"'; + + $html = '

'.$args['title'].'

'; echo $html; } @@ -81,7 +83,7 @@ class HTML { $html .= ''; $html .= '
'; - $html .= ''; + $html .= ''; $html .= ''; $html .= '
'; diff --git a/bl-kernel/admin/views/edit-page.php b/bl-kernel/admin/views/edit-page.php index c74b904b..2353aec0 100644 --- a/bl-kernel/admin/views/edit-page.php +++ b/bl-kernel/admin/views/edit-page.php @@ -16,7 +16,8 @@ HTML::formOpen(array('class'=>'uk-form-stacked')); 'value'=>$_Page->key() )); -// ---- LEFT SIDE ---- +// LEFT SIDE +// -------------------------------------------------------------------- echo '
'; echo '
'; @@ -38,7 +39,10 @@ echo '
'; // Form buttons echo '
'; - echo ' '; + echo ' + + + '; if(count($_Page->children())===0) { @@ -50,20 +54,16 @@ if(count($_Page->children())===0) echo '
'; -// ---- RIGHT SIDE ---- +// RIGHT SIDE +// -------------------------------------------------------------------- echo '
'; - // Tabs, general and advanced mode - echo ''; + echo '
    '; - echo '
      '; - - // ---- GENERAL TAB ---- - echo '
    • '; + // GENERAL TAB + // -------------------------------------------------------------------- + echo '
    • '; + echo ''; - // ---- IMAGES TAB ---- - echo '
    • '; + // IMAGES TAB + // -------------------------------------------------------------------- + echo '
    • '; + echo ''; - // ---- ADVANCED TAB ---- - echo '
    • '; + + // TAGS + // -------------------------------------------------------------------- + echo '
    • '; + echo ''; + + // ADVANCED TAB + // -------------------------------------------------------------------- + echo '
    • '; + echo '