move checkbox label formatting from identica theme to default theme

darcs-hash:20081203184254-5ed1f-844aa013d72f5100ea5f100b252321760121cb17.gz
This commit is contained in:
Evan Prodromou 2008-12-03 13:42:54 -05:00
parent a84394f827
commit daba1b010a
2 changed files with 22 additions and 45 deletions

View File

@ -30,7 +30,6 @@ h1 {
font-size: 14px; font-size: 14px;
} }
#wrap { #wrap {
margin: 0 auto; margin: 0 auto;
padding: 0 20px; padding: 0 20px;
@ -138,7 +137,6 @@ p#branding a {
border-right: 1px solid #dcaa3f; border-right: 1px solid #dcaa3f;
} }
.feeds { .feeds {
clear:both; clear:both;
float:right; float:right;
@ -179,7 +177,6 @@ padding-top:2px;
padding-left:30px; padding-left:30px;
} }
form#disfavor, form.disfavor, form#disfavor, form.disfavor,
form#favor, form.favor { form#favor, form.favor {
float: right; float: right;
@ -208,7 +205,6 @@ input#disfavor, input.disfavor {
background-color:#f3f8ea; background-color:#f3f8ea;
} }
/*profile_actions*/ /*profile_actions*/
#profile_actions { #profile_actions {
padding-left:0; padding-left:0;
@ -251,7 +247,6 @@ line-height:18px;
font-size:14px; font-size:14px;
} }
#wrap form input.disabled, #wrap form input.disabled,
#wrap form input.disabled:hover { #wrap form input.disabled:hover {
background-color:#999; background-color:#999;
@ -314,7 +309,7 @@ cursor:default;
} }
.instructions a:hover, .success a:hover, .error a:hover { .instructions a:hover, .success a:hover, .error a:hover {
color: #fff6d5; color: #fff6d5;
} }
.success { .success {
background-color: #48705b; background-color: #48705b;
} }
@ -322,7 +317,6 @@ cursor:default;
background-color: #ce3728; background-color: #ce3728;
} }
/* ----- Stream -----*/ /* ----- Stream -----*/
#notices { #notices {
@ -389,7 +383,7 @@ p.time {
p.time a { p.time a {
color: #dab134; color: #dab134;
} }
/* ----- Profile -----*/ /* ----- Profile -----*/
#profile { #profile {
clear: left; clear: left;
@ -469,7 +463,7 @@ dl.statistics {
.statistics dt { .statistics dt {
float: left; float: left;
width: 96px; width: 96px;
} }
.statistics dd { .statistics dd {
margin-left: 100px; margin-left: 100px;
} }
@ -516,8 +510,6 @@ ul.subscriptions li, ul.subscribers li {
} }
/* ----- End Subscriptions & Subscribers -----*/ /* ----- End Subscriptions & Subscribers -----*/
#pagination { #pagination {
margin: 18px auto; margin: 18px auto;
width: 600px; width: 600px;
@ -606,7 +598,13 @@ input.checkbox {
height: 14px;*/ height: 14px;*/
width: auto; width: auto;
border: 0; border: 0;
} }
label.checkbox_label {
display: inline;
font-weight: normal;
}
textarea, input { textarea, input {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px; font-size: 12px;
@ -689,8 +687,6 @@ textarea {
background-color:#fee; background-color:#fee;
} }
/* ----- Subscribe Form ----- */ /* ----- Subscribe Form ----- */
#content .subscribe .submit, #content .unsubscribe .submit, #remotesubscribe .button, #remotesubscribe { #content .subscribe .submit, #content .unsubscribe .submit, #remotesubscribe .button, #remotesubscribe {
clear: left; clear: left;
@ -754,7 +750,7 @@ input#openid_url {
#profiles a:hover { #profiles a:hover {
text-decoration: underline; text-decoration: underline;
} }
.profile_single { .profile_single {
clear: both; clear: both;
display: block; display: block;
@ -777,7 +773,7 @@ input#openid_url {
.profile_single form.unsubscribe { .profile_single form.unsubscribe {
float: right; float: right;
} }
/* ----- IM Settings Form -----*/ /* ----- IM Settings Form -----*/
#imsettings p { #imsettings p {
@ -786,16 +782,13 @@ input#openid_url {
line-height: 15px; line-height: 15px;
} }
/* ----- direct message ----- */ /* ----- direct message ----- */
#message_form { #message_form {
height: 96px; height: 96px;
/*background-color: #F00;*/ /*background-color: #F00;*/
} }
#message_form p { #message_form p {
margin: 21px 0 0 0; margin: 21px 0 0 0;
padding: 0; padding: 0;
@ -803,7 +796,7 @@ input#openid_url {
#message_form label { #message_form label {
display: inline; display: inline;
} }
#message_content { #message_content {
display: block; display: block;
float: left; float: left;
@ -815,7 +808,7 @@ input#openid_url {
color: #193441; color: #193441;
border: 0; border: 0;
} }
#message_send { #message_send {
display: block; display: block;
float: left; float: left;
@ -830,12 +823,11 @@ input#openid_url {
cursor: pointer; cursor: pointer;
border: 0; border: 0;
} }
#message_send:hover { #message_send:hover {
background-color: #904632; background-color: #904632;
} }
/* ===== End Forms Styling ===== */ /* ===== End Forms Styling ===== */
/* ===== Tag Cloud Styling ===== */ /* ===== Tag Cloud Styling ===== */
@ -876,7 +868,6 @@ p.tagcloud a.smallest {
font-size: 60%; font-size: 60%;
} }
#subscriptions_nav, #subscriptions_nav,
#filter_tags { #filter_tags {
margin:0 0 2em 0; margin:0 0 2em 0;
@ -917,7 +908,6 @@ padding-left:0;
margin-left:0; margin-left:0;
} }
#filter_tags ul li { #filter_tags ul li {
float:left; float:left;
margin-left:0.5em; margin-left:0.5em;
@ -964,9 +954,6 @@ margin:0;
margin:0; margin:0;
} }
.tags_self, .tags_self,
.tags_user { .tags_user {
margin-left:4.5em; margin-left:4.5em;
@ -988,7 +975,6 @@ margin-left:0;
display:inline; display:inline;
} }
ul.tags { ul.tags {
padding-left:0; padding-left:0;
margin-left:0; margin-left:0;
@ -1039,7 +1025,6 @@ margin:0 0 0.5em 0;
margin-left:4.5em; margin-left:4.5em;
} }
/* ----- Mailbox ----- */ /* ----- Mailbox ----- */
#messages { #messages {
clear: both; clear: both;

View File

@ -57,7 +57,6 @@ a {
border-top: 1px solid #D8E2D7; border-top: 1px solid #D8E2D7;
} }
.instructions p, .success, .error { .instructions p, .success, .error {
border: 1px solid #91AA9D; border: 1px solid #91AA9D;
color: #FCFFF5; color: #FCFFF5;
@ -69,7 +68,7 @@ a {
#notices { #notices {
border-top: 1px solid #D8E2D7; border-top: 1px solid #D8E2D7;
} }
.notice_single { .notice_single {
border-bottom: 1px solid #D8E2D7; border-bottom: 1px solid #D8E2D7;
} }
@ -94,7 +93,7 @@ p.time a {
#profile { #profile {
border-top: 1px solid #D8E2D7; border-top: 1px solid #D8E2D7;
} }
#profile h2 { #profile h2 {
color: #91AA9D; color: #91AA9D;
} }
@ -111,7 +110,7 @@ p.time a {
#nav_pagination li a:hover { #nav_pagination li a:hover {
color: #FCFFF5; color: #FCFFF5;
} }
#footer { #footer {
border-top: 1px solid #D8E2D7; border-top: 1px solid #D8E2D7;
} }
@ -119,7 +118,7 @@ p.time a {
form input { form input {
border: 1px solid #D8E2D7; border: 1px solid #D8E2D7;
} }
input#submit, input.submit { input#submit, input.submit {
color: #FCFFF5; color: #FCFFF5;
background-color: #C15D42; background-color: #C15D42;
@ -132,7 +131,7 @@ input#submit:hover, input.submit:hover {
textarea, input { textarea, input {
color: #193441; color: #193441;
} }
textarea:focus, input:focus { textarea:focus, input:focus {
background-color: #f0f6eb; background-color: #f0f6eb;
} }
@ -145,12 +144,6 @@ textarea:focus, input:focus {
color: #91AA9D; color: #91AA9D;
} }
label.checkbox_label {
display: inline;
font-weight: normal;
}
#status_textarea { #status_textarea {
color: #193441; color: #193441;
} }
@ -168,7 +161,7 @@ label.checkbox_label {
background-color: #c15d42; background-color: #c15d42;
color: #fcfff5; color: #fcfff5;
} }
#profiles { #profiles {
border-top: 1px solid #D8E2D7; border-top: 1px solid #D8E2D7;
} }
@ -181,7 +174,6 @@ label.checkbox_label {
background-color: #F3F8EA; background-color: #F3F8EA;
} }
#messages { #messages {
border-top: 1px solid #D8E2D7; border-top: 1px solid #D8E2D7;
} }