Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Generate new oldie.css.
(Needs to be done from time to time.)
  • Loading branch information
yellowled committed Apr 28, 2014
1 parent a3cb5e2 commit 055d6cd
Showing 1 changed file with 52 additions and 15 deletions.
67 changes: 52 additions & 15 deletions 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;
}

Expand All @@ -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%;
Expand All @@ -38,7 +63,7 @@
#entries_list h3,
#serendipity_comments_list h4,
.karmalog h4 {
max-width: none;
max-width: 75%;
}

.comments_pane .pagination h3,
Expand All @@ -50,6 +75,10 @@
left: 37%;
}

#media_selector_bar {
margin: 0 0 1em;
}

#mediaPropertyForm .media_file_props label,
#mediaPropertyForm header b,
#mediaPropertyForm footer b {
Expand Down Expand Up @@ -100,10 +129,6 @@ pre {
margin: 1.71429em 0;
}

#main_menu li > ul > li {
width: 33%;
}

#template_select article,
.plugins_installable > li,
#serendipityScaleForm,
Expand All @@ -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%;
}
Expand All @@ -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,
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -397,7 +437,9 @@ main {
}

.js #main_menu {
margin-left: 0;
position: static;
left: 0;
width: 23%;
}

#nav-toggle {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 055d6cd

Please sign in to comment.