From 055d6cdcd7482406715ff5d27af96996ca9241d3 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Mon, 28 Apr 2014 16:35:56 +0200 Subject: [PATCH] Generate new oldie.css. (Needs to be done from time to time.) --- templates/2k11/admin/oldie.css | 67 ++++++++++++++++++++++++++-------- 1 file changed, 52 insertions(+), 15 deletions(-) diff --git a/templates/2k11/admin/oldie.css b/templates/2k11/admin/oldie.css index 41ff567d..8dab2e50 100644 --- a/templates/2k11/admin/oldie.css +++ b/templates/2k11/admin/oldie.css @@ -1,9 +1,17 @@ -/* SMALL SCREEN */ +#serendipityEntry { + padding-top: 0; +} + +.actions li { + margin: 0 .4em .5em 0; +} + #edit_entry_submit { top: -3.25em; } #pluginlist_tabs { + clear: both; position: relative; } @@ -18,6 +26,23 @@ max-width: 25em; } +#sort_entries .form_select label, +#filter_entries .form_select label, +#filter_entries .form_field label, +#media_pane_filter label, +#media_pane_sort label, +#karmafilters label, +#image_directory_create_form label { + display: inline-block; + width: 20%; +} + +#sort_entries .form_select select, +#filter_entries .form_select select, +#filter_entries .form_field input { + width: 79%; +} + #uploadform label { display: inline-block; min-width: 40%; @@ -38,7 +63,7 @@ #entries_list h3, #serendipity_comments_list h4, .karmalog h4 { - max-width: none; + max-width: 75%; } .comments_pane .pagination h3, @@ -50,6 +75,10 @@ left: 37%; } +#media_selector_bar { + margin: 0 0 1em; +} + #mediaPropertyForm .media_file_props label, #mediaPropertyForm header b, #mediaPropertyForm footer b { @@ -100,10 +129,6 @@ pre { margin: 1.71429em 0; } -#main_menu li > ul > li { - width: 33%; -} - #template_select article, .plugins_installable > li, #serendipityScaleForm, @@ -123,7 +148,10 @@ pre { #template_select .even, .media_pane .even, -#dashboard > .even, +#dashboard > .even { + margin: 0 0 1em 2%; +} + #maintenance > section:nth-child(odd) { margin: 0 0 1em 2%; } @@ -145,6 +173,15 @@ pre { width: auto; } +#upgrade_notice { + float: right; +} + +#upgrade_notice a { + display: inline-block; + margin: 0 0 0 .4em; +} + #meta_data > div, #template_options fieldset legend, #template_options fieldset > .grouped, @@ -229,9 +266,12 @@ pre { .configuration_group .form_area, .configuration_group fieldset > fieldset, #template_select .odd, -.plugins_installable > li:nth-child(odd), .media_pane .odd, -#dashboard > section:last-child, +#dashboard > section:last-child { + clear: left; +} + +.plugins_installable > li:nth-child(odd), .serendipity_statistics > section:nth-child(odd) { clear: left; } @@ -397,7 +437,9 @@ main { } .js #main_menu { - margin-left: 0; + position: static; + left: 0; + width: 23%; } #nav-toggle { @@ -438,11 +480,6 @@ main { padding: 0 1em; } -#main_menu li > ul > li { - float: none; - width: 100%; -} - #main_menu { float: left; margin: 0 2% 0 0;