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;
@ -322,7 +317,6 @@ cursor:default;
background-color: #ce3728; background-color: #ce3728;
} }
/* ----- Stream -----*/ /* ----- Stream -----*/
#notices { #notices {
@ -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;
@ -607,6 +599,12 @@ input.checkbox {
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;
@ -786,9 +782,6 @@ input#openid_url {
line-height: 15px; line-height: 15px;
} }
/* ----- direct message ----- */ /* ----- direct message ----- */
#message_form { #message_form {
@ -835,7 +828,6 @@ input#openid_url {
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;
@ -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;
} }
@ -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;
} }