- Patch #726276 by yoroy: CSS code style cleanups.

merge-requests/26/head
Dries Buytaert 2010-03-05 15:23:25 +00:00
parent 72df65d1e0
commit 140cacba10
3 changed files with 3 additions and 153 deletions

View File

@ -8,13 +8,11 @@ ul.links li a,
#page { #page {
height: 1%; height: 1%;
} }
#block-system-main ul.node-type-list li a, #block-system-main ul.admin-list li a { #block-system-main ul.node-type-list li a, #block-system-main ul.admin-list li a {
height: 1px; height: 1px;
position: relative; position: relative;
display: block; display: block;
} }
#block-system-main ul.node-type-list li div.description a, #block-system-main ul.admin-list li div.description a { #block-system-main ul.node-type-list li div.description a, #block-system-main ul.admin-list li div.description a {
display: inline; display: inline;
} }

View File

@ -9,15 +9,11 @@
html, html,
body, body,
/* Structures */
div, div,
span, span,
applet, applet,
object, object,
iframe, iframe,
/* Text */
h1, h1,
h2, h2,
h3, h3,
@ -55,16 +51,12 @@ b,
u, u,
i, i,
center, center,
/* Lists */
dl, dl,
dt, dt,
dd, dd,
ol, ol,
ul, ul,
li, li,
/* Forms */
fieldset, fieldset,
form, form,
input, input,
@ -72,8 +64,6 @@ select,
textarea, textarea,
label, label,
legend, legend,
/* Tables */
table, table,
caption, caption,
tbody, tbody,
@ -82,17 +72,14 @@ thead,
tr, tr,
th, th,
td, td,
/* Drupal: system-menus.css */ /* Drupal: system-menus.css */
td.menu-disabled, td.menu-disabled,
ul.links, ul.links,
ul.links.inline, ul.links.inline,
ul.links li, ul.links li,
.block ul, .block ul,
/* Drupal: admin.css */ /* Drupal: admin.css */
div.admin, div.admin,
/* Drupal: system.css */ /* Drupal: system.css */
tr.even, tr.even,
tr.odd, tr.odd,
@ -148,26 +135,21 @@ ul.secondary a.active,
background: transparent; background: transparent;
line-height: inherit; line-height: inherit;
} }
/* Drupal: system-menus.css */ /* Drupal: system-menus.css */
ul.links, ul.links,
ul.links.inline, ul.links.inline,
ul.links li, ul.links li,
.block ul, .block ul,
ol, ol,
ul, ul,
.item-list ul, .item-list ul,
.item-list ul li { .item-list ul li {
list-style: none; list-style: none;
} }
blockquote, blockquote,
q { q {
quotes: none; quotes: none;
} }
blockquote:before, blockquote:before,
blockquote:after, blockquote:after,
q:before, q:after { q:before, q:after {
@ -195,7 +177,7 @@ table {
} }
/** /**
* Font reset ========================================================= * Font reset.
* *
* Specifically targets form elements which browsers often times give * Specifically targets form elements which browsers often times give
* special treatment. * special treatment.
@ -208,7 +190,7 @@ body {
} }
/** /**
* Markup free clearing =============================================== * Markup free clearing.
* *
* Consider adding your own selectors to this instead of finding ways * Consider adding your own selectors to this instead of finding ways
* to sneak the clearfix class into Drupal's markup. * to sneak the clearfix class into Drupal's markup.
@ -230,7 +212,6 @@ ul.inline:after {
display: none; display: none;
clear: none; clear: none;
} }
.form-item, .form-item,
ul.links, ul.links,
div.admin-panel .body, div.admin-panel .body,
@ -245,7 +226,6 @@ div.admin-panel .body,
* html .clearfix { * html .clearfix {
height: 1%; height: 1%;
} }
.form-item, .form-item,
ul.links, ul.links,
div.admin-panel .body, div.admin-panel .body,

View File

@ -1,7 +1,7 @@
/* $Id$ */ /* $Id$ */
/** /**
* Generic elements * Generic elements.
*/ */
body { body {
color: #000; color: #000;
@ -11,16 +11,13 @@ body {
font-size: 0.8em; font-size: 0.8em;
font-family: Lucida Grande, Lucida Sans Unicode, sans-serif; font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
} }
a { a {
color: #0074BD; color: #0074BD;
text-decoration: none; text-decoration: none;
} }
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
} }
hr { hr {
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -28,132 +25,103 @@ hr {
height: 1px; height: 1px;
background: #CCCCCC; background: #CCCCCC;
} }
legend { legend {
font-weight: bold; font-weight: bold;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-weight: bold; font-weight: bold;
margin: 10px 0; margin: 10px 0;
} }
h1 { h1 {
font-size: 150%; font-size: 150%;
} }
h2 { h2 {
font-size: 140%; font-size: 140%;
} }
h3 { h3 {
font-size: 130%; font-size: 130%;
} }
h4 { h4 {
font-size: 120%; font-size: 120%;
} }
h5 { h5 {
font-size: 110%; font-size: 110%;
} }
h6 { h6 {
font-size: 105%; font-size: 105%;
} }
p { p {
margin: 1em 0; margin: 1em 0;
} }
dl { dl {
margin: 0 0 20px; margin: 0 0 20px;
} }
dl dd, dl dd,
dl dl { dl dl {
margin-left: 20px; margin-left: 20px;
margin-bottom: 10px; margin-bottom: 10px;
} }
blockquote { blockquote {
margin: 1em 40px; margin: 1em 40px;
} }
address { address {
font-style: italic; font-style: italic;
} }
u, ins { u, ins {
text-decoration: underline; text-decoration: underline;
} }
s, strike, del { s, strike, del {
text-decoration: line-through; text-decoration: line-through;
} }
big { big {
font-size: larger; font-size: larger;
} }
small { small {
font-size: smaller; font-size: smaller;
} }
sub { sub {
vertical-align: sub; vertical-align: sub;
font-size: smaller; font-size: smaller;
line-height: normal; line-height: normal;
} }
sup { sup {
vertical-align: super; vertical-align: super;
font-size: smaller; font-size: smaller;
line-height: normal; line-height: normal;
} }
nobr { nobr {
white-space: nowrap; white-space: nowrap;
} }
abbr, acronym { abbr, acronym {
border-bottom: dotted 1px; border-bottom: dotted 1px;
} }
ul, .block ul, .item-list ul, .item-list ul { ul, .block ul, .item-list ul, .item-list ul {
list-style-type: disc; list-style-type: disc;
list-style-image: none; list-style-image: none;
margin: 0.25em 0 0.25em 1.5em; margin: 0.25em 0 0.25em 1.5em;
} }
.item-list ul li, li.leaf, ul.menu li { .item-list ul li, li.leaf, ul.menu li {
list-style-type: disc; list-style-type: disc;
list-style-image: none; list-style-image: none;
} }
ul.menu li { ul.menu li {
margin: 0; margin: 0;
} }
ol { ol {
list-style-type: decimal; list-style-type: decimal;
margin: 0.25em 0 0.25em 2em; margin: 0.25em 0 0.25em 2em;
} }
.item-list ul li.collapsed, ul.menu li.collapsed { .item-list ul li.collapsed, ul.menu li.collapsed {
list-style-image:url(../../misc/menu-collapsed.png); list-style-image:url(../../misc/menu-collapsed.png);
list-style-type:disc; list-style-type:disc;
} }
.item-list ul li.expanded, ul.menu li.expanded { .item-list ul li.expanded, ul.menu li.expanded {
list-style-image:url(../../misc/menu-expanded.png); list-style-image:url(../../misc/menu-expanded.png);
list-style-type:circle; list-style-type:circle;
} }
quote, code { quote, code {
margin: .5em 0; margin: .5em 0;
} }
code, pre, kbd { code, pre, kbd {
font-size: 1.25em; font-size: 1.25em;
} }
@ -169,7 +137,6 @@ code, pre, kbd {
width: auto; width: auto;
z-index: 50; z-index: 50;
} }
#skip-link a, #skip-link a,
#skip-link a:link, #skip-link a:link,
#skip-link a:visited { #skip-link a:visited {
@ -193,7 +160,6 @@ code, pre, kbd {
font-size: 0.94em; font-size: 0.94em;
text-decoration: none; text-decoration: none;
} }
#skip-link a:hover, #skip-link a:hover,
#skip-link a:active, #skip-link a:active,
#skip-link a:focus { #skip-link a:focus {
@ -213,12 +179,10 @@ code, pre, kbd {
position: relative; position: relative;
background-color: #e0e0d8; background-color: #e0e0d8;
} }
#branding div.breadcrumb { #branding div.breadcrumb {
font-size: 11px; font-size: 11px;
padding-bottom: 5px; padding-bottom: 5px;
} }
#branding div.block { #branding div.block {
position: relative; position: relative;
float: right; float: right;
@ -226,23 +190,19 @@ code, pre, kbd {
padding-left: 10px; padding-left: 10px;
background: #333; background: #333;
} }
#branding div.block form label { #branding div.block form label {
display: none; display: none;
} }
#branding div.block form div.form-item { #branding div.block form div.form-item {
float: left; float: left;
border: 0; border: 0;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
#branding div.block form input.form-text { #branding div.block form input.form-text {
width: 140px; width: 140px;
margin-right: 10px; margin-right: 10px;
} }
#branding div.block form input.form-submit { #branding div.block form input.form-submit {
text-align: center; text-align: center;
width: 80px; width: 80px;
@ -255,7 +215,6 @@ code, pre, kbd {
font-size: 0.9em; font-size: 0.9em;
margin-top: 1em; margin-top: 1em;
} }
#help p { #help p {
margin: 0 0 10px; margin: 0 0 10px;
} }
@ -274,23 +233,19 @@ div.messages {
background: #bdf; background: #bdf;
border: 1px solid #ace; border: 1px solid #ace;
} }
div.warning { div.warning {
color: #840; color: #840;
background: #fe6; background: #fe6;
border-color: #ed5; border-color: #ed5;
} }
div.error { div.error {
color: #fff; color: #fff;
background: #e63; background: #e63;
border-color: #d52; border-color: #d52;
} }
div.error p.error { div.error p.error {
color: #333; color: #333;
} }
div.status { div.status {
color: #360; color: #360;
background: #cf8; background: #cf8;
@ -304,7 +259,6 @@ div.status {
background: #333; background: #333;
padding-top: 20px; padding-top: 20px;
} }
#branding h1.page-title { #branding h1.page-title {
color: #000; color: #000;
margin: 0; margin: 0;
@ -333,12 +287,10 @@ ul.primary {
text-transform: uppercase; text-transform: uppercase;
font-size: 12px; font-size: 12px;
} }
ul.primary li { ul.primary li {
display: inline; display: inline;
list-style: none; list-style: none;
} }
ul.primary li a, ul.primary li a,
ul.primary li a.active, ul.primary li a.active,
ul.primary li a:active, ul.primary li a:active,
@ -356,7 +308,6 @@ ul.primary li a:hover {
border-style: solid; border-style: solid;
border-color: #a6a7a2; border-color: #a6a7a2;
} }
ul.primary li.active a, ul.primary li.active a,
ul.primary li.active a.active, ul.primary li.active a.active,
ul.primary li.active a:active, ul.primary li.active a:active,
@ -364,15 +315,12 @@ ul.primary li.active a:visited {
background-color: #fff; background-color: #fff;
border-color: #c9cac4; border-color: #c9cac4;
} }
ul.primary li a:hover { ul.primary li a:hover {
color: #fff; color: #fff;
} }
ul.primary li.active a:hover { ul.primary li.active a:hover {
color: #000; color: #000;
} }
ul.secondary { ul.secondary {
float: none; float: none;
clear: both; clear: both;
@ -384,15 +332,12 @@ ul.secondary {
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
background: #fff; background: #fff;
} }
ul.secondary li { ul.secondary li {
padding-left: 10px; padding-left: 10px;
} }
ul.secondary li a { ul.secondary li a {
color: #05a; color: #05a;
} }
ul.secondary li a, ul.secondary li a,
ul.secondary li a:hover, ul.secondary li a:hover,
ul.secondary li.active a, ul.secondary li.active a,
@ -401,7 +346,6 @@ ul.secondary li.active a.active {
-moz-border-radius: 10px; -moz-border-radius: 10px;
-webkit-border-radius: 7px; -webkit-border-radius: 7px;
} }
ul.secondary li.active a, ul.secondary li.active a,
ul.secondary li.active a.active { ul.secondary li.active a.active {
color: #fff; color: #fff;
@ -419,11 +363,9 @@ ul.secondary li.active a.active {
position: relative; position: relative;
color: #333; color: #333;
} }
#secondary-links ul.links li { #secondary-links ul.links li {
padding: 0 10px 10px 0; padding: 0 10px 10px 0;
} }
#secondary-links ul.links li a { #secondary-links ul.links li a {
font-size: 9px; font-size: 9px;
line-height: 10px; line-height: 10px;
@ -437,25 +379,20 @@ ul.secondary li.active a.active {
-moz-border-radius: 5px; -moz-border-radius: 5px;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
} }
#secondary-links ul.links li a:hover { #secondary-links ul.links li a:hover {
background: #999; background: #999;
} }
ul.links li, ul.links li,
ul.inline li { ul.inline li {
padding-right: 1em; padding-right: 1em;
} }
ul.inline li { ul.inline li {
display: inline; display: inline;
} }
#secondary-links ul.links li.active-trail a, #secondary-links ul.links li.active-trail a,
#secondary-links ul.links li a.active { #secondary-links ul.links li a.active {
background: #333; background: #333;
} }
ul.node-type-list li, ul.node-type-list li,
ul.admin-list li { ul.admin-list li {
position: relative; position: relative;
@ -468,18 +405,15 @@ ul.admin-list li {
list-style-type: none; list-style-type: none;
list-style-image: none; list-style-image: none;
} }
.admin-panel .item-list ul, .admin-panel .item-list ul,
ul.admin-list { ul.admin-list {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
.admin-panel .item-list ul, .admin-panel .item-list ul,
ul.admin-list.compact { ul.admin-list.compact {
margin-bottom: 8px; margin-bottom: 8px;
} }
.admin-panel .item-list li, .admin-panel .item-list li,
ul.admin-list.compact li { ul.admin-list.compact li {
border: none; border: none;
@ -488,7 +422,6 @@ ul.admin-list.compact li {
padding: 0; padding: 0;
list-style-type: disc; list-style-type: disc;
} }
ul.admin-list li:last-child { ul.admin-list li:last-child {
border-bottom: none; border-bottom: none;
} }
@ -496,18 +429,15 @@ ul.admin-list li:last-child {
ul.node-type-list .label { ul.node-type-list .label {
font-size: 15px; font-size: 15px;
} }
ul.node-type-list li a, ul.admin-list li a { ul.node-type-list li a, ul.admin-list li a {
margin-left: -30px; margin-left: -30px;
padding: 0px 0 4px 30px; padding: 0px 0 4px 30px;
min-height: 0; min-height: 0;
} }
ul.admin-list.compact li a { ul.admin-list.compact li a {
margin-left: 0; margin-left: 0;
padding: 0; padding: 0;
} }
ul.node-type-list li div.description a, ul.admin-list li div.description a { ul.node-type-list li div.description a, ul.admin-list li div.description a {
margin-left: 0px; margin-left: 0px;
padding: 0px; padding: 0px;
@ -523,34 +453,27 @@ table {
margin: 0 0 10px; margin: 0 0 10px;
border: 1px solid #bebfb9; border: 1px solid #bebfb9;
} }
table.system-status-report th, table.system-status-report th,
table td, table td,
table th { table th {
vertical-align: middle; vertical-align: middle;
padding: 8px 10px; padding: 8px 10px;
} }
table.system-status-report th { table.system-status-report th {
padding-left: 30px; padding-left: 30px;
} }
table.system-status-report tr.ok > * { table.system-status-report tr.ok > * {
background-color: #dfd; background-color: #dfd;
} }
table.system-status-report tr.info > * { table.system-status-report tr.info > * {
background-color: #bdf; background-color: #bdf;
} }
table.system-status-report tr.warning > * { table.system-status-report tr.warning > * {
background-color: #ffd; background-color: #ffd;
} }
table.system-status-report tr.error > * { table.system-status-report tr.error > * {
background-color: #fdd; background-color: #fdd;
} }
tr.even, tr.odd { tr.even, tr.odd {
border-width: 0 1px 0 1px; border-width: 0 1px 0 1px;
border-style: solid; border-style: solid;
@ -561,7 +484,6 @@ tr.even, tr.odd {
tr.odd { tr.odd {
background: #fff; background: #fff;
} }
table th { table th {
font-size: 12px; font-size: 12px;
text-transform: uppercase; text-transform: uppercase;
@ -576,26 +498,21 @@ table th {
table th.active { table th.active {
background: #bdbeb9; background: #bdbeb9;
} }
table th a { table th a {
display: block; display: block;
position: relative; position: relative;
} }
table th.active img { table th.active img {
position: absolute; position: absolute;
top: 3px; top: 3px;
right: 3px; right: 3px;
} }
table td.active { table td.active {
background: #e9e9dd; background: #e9e9dd;
} }
table tr.odd td.active { table tr.odd td.active {
background: #f3f4ee; background: #f3f4ee;
} }
table tr.selected td.active, table tr.selected td.active,
table tr.selected td { table tr.selected td {
background: #ffc; background: #ffc;
@ -620,43 +537,35 @@ table tr.selected td {
* positioning even to absolute positioned elements within; we therefore have * positioning even to absolute positioned elements within; we therefore have
* to apply all padding to the inner .fieldset-wrapper instead. * to apply all padding to the inner .fieldset-wrapper instead.
*/ */
fieldset { fieldset {
border: 1px solid #ccc; border: 1px solid #ccc;
padding: 2.5em 0 0 0; padding: 2.5em 0 0 0;
position: relative; position: relative;
margin: 1em 0; margin: 1em 0;
} }
fieldset .fieldset-legend { fieldset .fieldset-legend {
margin-top: 0.5em; margin-top: 0.5em;
padding-left: 15px; padding-left: 15px;
position: absolute; position: absolute;
text-transform: uppercase; text-transform: uppercase;
} }
fieldset .fieldset-wrapper { fieldset .fieldset-wrapper {
padding: 0 13px 13px 15px; padding: 0 13px 13px 15px;
} }
fieldset.collapsed { fieldset.collapsed {
background-color: transparent; background-color: transparent;
} }
html.js fieldset.collapsed { html.js fieldset.collapsed {
border-width: 1px; border-width: 1px;
height: auto; height: auto;
margin-bottom: 10px; margin-bottom: 10px;
} }
fieldset fieldset { fieldset fieldset {
background-color: #fff; background-color: #fff;
} }
fieldset fieldset fieldset { fieldset fieldset fieldset {
background-color: #f8f8f8; background-color: #f8f8f8;
} }
html.js fieldset.collapsible .fieldset-wrapper { html.js fieldset.collapsible .fieldset-wrapper {
overflow: visible; overflow: visible;
} }
@ -664,12 +573,10 @@ html.js fieldset.collapsible .fieldset-wrapper {
/** /**
* Form elements. * Form elements.
*/ */
.form-item { .form-item {
padding: 9px 0; padding: 9px 0;
margin: 0 0 10px; margin: 0 0 10px;
} }
.filter-wrapper .form-item, .filter-wrapper .form-item,
div.teaser-checkbox .form-item, div.teaser-checkbox .form-item,
.form-item .form-item { .form-item .form-item {
@ -683,16 +590,13 @@ div.teaser-checkbox .form-item,
.text-format-wrapper .form-item { .text-format-wrapper .form-item {
padding-bottom: 0; padding-bottom: 0;
} }
.form-item label { .form-item label {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
.form-item label.option { .form-item label.option {
text-transform: none; text-transform: none;
} }
.form-item label.option { .form-item label.option {
font-size: 12px; font-size: 12px;
} }
@ -706,19 +610,16 @@ div.teaser-checkbox .form-item,
width: 95%; width: 95%;
padding: 10px 2px; padding: 10px 2px;
} }
.filter-wrapper > div { .filter-wrapper > div {
padding-right: 6px; padding-right: 6px;
padding-left: 6px; padding-left: 6px;
} }
.filter-wrapper .form-item, .filter-wrapper .form-item,
.filter-wrapper .filter-guidelines, .filter-wrapper .filter-guidelines,
.filter-wrapper .filter-help { .filter-wrapper .filter-help {
font-size: 12px; font-size: 12px;
padding: 0; padding: 0;
} }
ul.tips, ul.tips,
div.description, div.description,
.form-item div.description { .form-item div.description {
@ -727,16 +628,12 @@ div.description,
font-size: 12px; font-size: 12px;
color: #666; color: #666;
} }
ul.tips li { ul.tips li {
margin: 0.25em 0 0.25em 1.5em; margin: 0.25em 0 0.25em 1.5em;
} }
body div.form-type-radio div.description, body div.form-type-checkbox div.description { body div.form-type-radio div.description, body div.form-type-checkbox div.description {
margin-left: 1.5em; margin-left: 1.5em;
} }
/* Buttons */
input.form-submit, a.button { input.form-submit, a.button {
cursor: pointer; cursor: pointer;
padding: 4px 17px; padding: 4px 17px;
@ -754,12 +651,10 @@ input.form-submit, a.button {
-webkit-border-radius: 15px; -webkit-border-radius: 15px;
font-size: 1.1em; font-size: 1.1em;
} }
a.button:link, a.button:visited, a.button:hover, a.button:active { a.button:link, a.button:visited, a.button:hover, a.button:active {
text-decoration: none; text-decoration: none;
color: #5a5a5a; color: #5a5a5a;
} }
div.node-form input#edit-submit, div.node-form input#edit-submit,
div.node-form input#edit-submit-1 { div.node-form input#edit-submit-1 {
border: 1px solid #8eB7cd; border: 1px solid #8eB7cd;
@ -769,21 +664,18 @@ div.node-form input#edit-submit-1 {
background: url(images/buttons.png) 0px -40px repeat-x; background: url(images/buttons.png) 0px -40px repeat-x;
color: #133B54; color: #133B54;
} }
input.form-submit:active { input.form-submit:active {
background: #666; background: #666;
color: #fff; color: #fff;
border-color: #555; border-color: #555;
text-shadow: #222 0px -1px 0px; text-shadow: #222 0px -1px 0px;
} }
form input#edit-delete { form input#edit-delete {
background: #eee; background: #eee;
border-color: #fff #ddd #ccc; border-color: #fff #ddd #ccc;
text-shadow: none; text-shadow: none;
color: #999; color: #999;
} }
input.form-autocomplete, input.form-autocomplete,
input.form-text, input.form-text,
textarea.form-textarea, textarea.form-textarea,
@ -794,39 +686,32 @@ select.form-select {
background: #fff; background: #fff;
color: #333; color: #333;
} }
input.form-text:focus, input.form-text:focus,
textarea.form-textarea:focus, textarea.form-textarea:focus,
select.form-select:focus { select.form-select:focus {
color: #000; color: #000;
border-color: #ace; border-color: #ace;
} }
.resizable-textarea .grippie { .resizable-textarea .grippie {
width: 100%; width: 100%;
padding: 0 2px; padding: 0 2px;
} }
html.js input.form-autocomplete { html.js input.form-autocomplete {
background-position: 100% 4px; background-position: 100% 4px;
} }
html.js input.throbbing { html.js input.throbbing {
background-position: 100% -16px; background-position: 100% -16px;
} }
ul.action-links { ul.action-links {
margin: 1em 0; margin: 1em 0;
padding: 0 20px 0 20px; padding: 0 20px 0 20px;
list-style-type: none; list-style-type: none;
overflow: hidden; overflow: hidden;
} }
ul.action-links li { ul.action-links li {
float: left; float: left;
margin: 0 1em 0 0; margin: 0 1em 0 0;
} }
ul.action-links a { ul.action-links a {
padding-left: 15px; padding-left: 15px;
background: transparent url(images/add.png) no-repeat 0 center; background: transparent url(images/add.png) no-repeat 0 center;
@ -847,20 +732,17 @@ div.admin .left {
width: 49%; width: 49%;
margin: 0; margin: 0;
} }
div.admin-panel, div.admin-panel,
div.admin-panel .body { div.admin-panel .body {
padding: 0; padding: 0;
clear: left; clear: left;
} }
div.admin-panel { div.admin-panel {
margin: 0 0 20px; margin: 0 0 20px;
padding: 9px; padding: 9px;
background: #f8f8f8; background: #f8f8f8;
border: 1px solid #ccc; border: 1px solid #ccc;
} }
div.admin-panel h3 { div.admin-panel h3 {
font-size: 12px; font-size: 12px;
text-transform: uppercase; text-transform: uppercase;
@ -889,7 +771,6 @@ dl.multiselect dt,
dl.multiselect dd { dl.multiselect dd {
margin: 0 10px 0 0; margin: 0 10px 0 0;
} }
dl.multiselect select, dl.multiselect select,
dl.multiselect dd select { dl.multiselect dd select {
font-size: 12px; font-size: 12px;
@ -906,18 +787,15 @@ div.admin-options {
border: 1px solid #ccc; border: 1px solid #ccc;
margin: 0 0 10px; margin: 0 0 10px;
} }
div.admin-options label { div.admin-options label {
text-transform: uppercase; text-transform: uppercase;
font: 12px/30px Lucida Grande, Lucida Sans Unicode, sans-serif; font: 12px/30px Lucida Grande, Lucida Sans Unicode, sans-serif;
} }
div.admin-options label, div.admin-options label,
div.admin-options div.form-item { div.admin-options div.form-item {
margin-right: 10px; margin-right: 10px;
float: left; float: left;
} }
div.admin-options div.form-item { div.admin-options div.form-item {
padding: 0; padding: 0;
border: 0; border: 0;
@ -949,25 +827,20 @@ body.in-maintenance #branding h1 {
margin: 0 auto; margin: 0 auto;
float: none; float: none;
} }
body.in-maintenance .form-radios .form-type-radio { body.in-maintenance .form-radios .form-type-radio {
padding: 2px 0; padding: 2px 0;
} }
body.in-maintenance div.form-item:after { body.in-maintenance div.form-item:after {
content: ""; content: "";
display: none; display: none;
clear: none; clear: none;
} }
body.in-maintenance .form-submit { body.in-maintenance .form-submit {
display: block; display: block;
} }
body.in-maintenance #logo { body.in-maintenance #logo {
margin-bottom: 1.5em; margin-bottom: 1.5em;
} }
ol.task-list { ol.task-list {
margin-left: 0; /* LTR */ margin-left: 0; /* LTR */
list-style-type: none; list-style-type: none;
@ -1043,7 +916,6 @@ div.add-or-remove-shortcuts {
border: #ccc 1px solid; border: #ccc 1px solid;
} }
/* Recent content block */ /* Recent content block */
#dashboard div#block-node-recent div.content { #dashboard div#block-node-recent div.content {
padding: 0; padding: 0;