From daba1b010aef5258e6c08a8a91186ab5d7bc4581 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 3 Dec 2008 13:42:54 -0500 Subject: move checkbox label formatting from identica theme to default theme darcs-hash:20081203184254-5ed1f-844aa013d72f5100ea5f100b252321760121cb17.gz --- theme/identica/display.css | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'theme/identica') diff --git a/theme/identica/display.css b/theme/identica/display.css index 73acf4012..62d34f00e 100644 --- a/theme/identica/display.css +++ b/theme/identica/display.css @@ -57,7 +57,6 @@ a { border-top: 1px solid #D8E2D7; } - .instructions p, .success, .error { border: 1px solid #91AA9D; color: #FCFFF5; @@ -69,7 +68,7 @@ a { #notices { border-top: 1px solid #D8E2D7; } - + .notice_single { border-bottom: 1px solid #D8E2D7; } @@ -94,7 +93,7 @@ p.time a { #profile { border-top: 1px solid #D8E2D7; } - + #profile h2 { color: #91AA9D; } @@ -111,7 +110,7 @@ p.time a { #nav_pagination li a:hover { color: #FCFFF5; } - + #footer { border-top: 1px solid #D8E2D7; } @@ -119,7 +118,7 @@ p.time a { form input { border: 1px solid #D8E2D7; } - + input#submit, input.submit { color: #FCFFF5; background-color: #C15D42; @@ -132,7 +131,7 @@ input#submit:hover, input.submit:hover { textarea, input { color: #193441; } - + textarea:focus, input:focus { background-color: #f0f6eb; } @@ -145,12 +144,6 @@ textarea:focus, input:focus { color: #91AA9D; } -label.checkbox_label { - display: inline; - font-weight: normal; -} - - #status_textarea { color: #193441; } @@ -168,7 +161,7 @@ label.checkbox_label { background-color: #c15d42; color: #fcfff5; } - + #profiles { border-top: 1px solid #D8E2D7; } @@ -181,7 +174,6 @@ label.checkbox_label { background-color: #F3F8EA; } - #messages { border-top: 1px solid #D8E2D7; } -- cgit v1.2.3-54-g00ecf