Generate new oldie.css.

(Needs to be done from time to time.)
This commit is contained in:
Matthias Mees 2014-04-28 16:35:56 +02:00
parent a3cb5e253c
commit 055d6cdcd7

View File

@ -1,9 +1,17 @@
/* SMALL SCREEN */ #serendipityEntry {
padding-top: 0;
}
.actions li {
margin: 0 .4em .5em 0;
}
#edit_entry_submit { #edit_entry_submit {
top: -3.25em; top: -3.25em;
} }
#pluginlist_tabs { #pluginlist_tabs {
clear: both;
position: relative; position: relative;
} }
@ -18,6 +26,23 @@
max-width: 25em; 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 { #uploadform label {
display: inline-block; display: inline-block;
min-width: 40%; min-width: 40%;
@ -38,7 +63,7 @@
#entries_list h3, #entries_list h3,
#serendipity_comments_list h4, #serendipity_comments_list h4,
.karmalog h4 { .karmalog h4 {
max-width: none; max-width: 75%;
} }
.comments_pane .pagination h3, .comments_pane .pagination h3,
@ -50,6 +75,10 @@
left: 37%; left: 37%;
} }
#media_selector_bar {
margin: 0 0 1em;
}
#mediaPropertyForm .media_file_props label, #mediaPropertyForm .media_file_props label,
#mediaPropertyForm header b, #mediaPropertyForm header b,
#mediaPropertyForm footer b { #mediaPropertyForm footer b {
@ -100,10 +129,6 @@ pre {
margin: 1.71429em 0; margin: 1.71429em 0;
} }
#main_menu li > ul > li {
width: 33%;
}
#template_select article, #template_select article,
.plugins_installable > li, .plugins_installable > li,
#serendipityScaleForm, #serendipityScaleForm,
@ -123,7 +148,10 @@ pre {
#template_select .even, #template_select .even,
.media_pane .even, .media_pane .even,
#dashboard > .even, #dashboard > .even {
margin: 0 0 1em 2%;
}
#maintenance > section:nth-child(odd) { #maintenance > section:nth-child(odd) {
margin: 0 0 1em 2%; margin: 0 0 1em 2%;
} }
@ -145,6 +173,15 @@ pre {
width: auto; width: auto;
} }
#upgrade_notice {
float: right;
}
#upgrade_notice a {
display: inline-block;
margin: 0 0 0 .4em;
}
#meta_data > div, #meta_data > div,
#template_options fieldset legend, #template_options fieldset legend,
#template_options fieldset > .grouped, #template_options fieldset > .grouped,
@ -229,9 +266,12 @@ pre {
.configuration_group .form_area, .configuration_group .form_area,
.configuration_group fieldset > fieldset, .configuration_group fieldset > fieldset,
#template_select .odd, #template_select .odd,
.plugins_installable > li:nth-child(odd),
.media_pane .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) { .serendipity_statistics > section:nth-child(odd) {
clear: left; clear: left;
} }
@ -397,7 +437,9 @@ main {
} }
.js #main_menu { .js #main_menu {
margin-left: 0; position: static;
left: 0;
width: 23%;
} }
#nav-toggle { #nav-toggle {
@ -438,11 +480,6 @@ main {
padding: 0 1em; padding: 0 1em;
} }
#main_menu li > ul > li {
float: none;
width: 100%;
}
#main_menu { #main_menu {
float: left; float: left;
margin: 0 2% 0 0; margin: 0 2% 0 0;