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;
}
#wrap {
margin: 0 auto;
padding: 0 20px;
@ -138,7 +137,6 @@ p#branding a {
border-right: 1px solid #dcaa3f;
}
.feeds {
clear:both;
float:right;
@ -179,7 +177,6 @@ padding-top:2px;
padding-left:30px;
}
form#disfavor, form.disfavor,
form#favor, form.favor {
float: right;
@ -208,7 +205,6 @@ input#disfavor, input.disfavor {
background-color:#f3f8ea;
}
/*profile_actions*/
#profile_actions {
padding-left:0;
@ -251,7 +247,6 @@ line-height:18px;
font-size:14px;
}
#wrap form input.disabled,
#wrap form input.disabled:hover {
background-color:#999;
@ -322,7 +317,6 @@ cursor:default;
background-color: #ce3728;
}
/* ----- Stream -----*/
#notices {
@ -516,8 +510,6 @@ ul.subscriptions li, ul.subscribers li {
}
/* ----- End Subscriptions & Subscribers -----*/
#pagination {
margin: 18px auto;
width: 600px;
@ -607,6 +599,12 @@ input.checkbox {
width: auto;
border: 0;
}
label.checkbox_label {
display: inline;
font-weight: normal;
}
textarea, input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
@ -689,8 +687,6 @@ textarea {
background-color:#fee;
}
/* ----- Subscribe Form ----- */
#content .subscribe .submit, #content .unsubscribe .submit, #remotesubscribe .button, #remotesubscribe {
clear: left;
@ -786,9 +782,6 @@ input#openid_url {
line-height: 15px;
}
/* ----- direct message ----- */
#message_form {
@ -835,7 +828,6 @@ input#openid_url {
background-color: #904632;
}
/* ===== End Forms Styling ===== */
/* ===== Tag Cloud Styling ===== */
@ -876,7 +868,6 @@ p.tagcloud a.smallest {
font-size: 60%;
}
#subscriptions_nav,
#filter_tags {
margin:0 0 2em 0;
@ -917,7 +908,6 @@ padding-left:0;
margin-left:0;
}
#filter_tags ul li {
float:left;
margin-left:0.5em;
@ -964,9 +954,6 @@ margin:0;
margin:0;
}
.tags_self,
.tags_user {
margin-left:4.5em;
@ -988,7 +975,6 @@ margin-left:0;
display:inline;
}
ul.tags {
padding-left:0;
margin-left:0;
@ -1039,7 +1025,6 @@ margin:0 0 0.5em 0;
margin-left:4.5em;
}
/* ----- Mailbox ----- */
#messages {
clear: both;

View File

@ -57,7 +57,6 @@ a {
border-top: 1px solid #D8E2D7;
}
.instructions p, .success, .error {
border: 1px solid #91AA9D;
color: #FCFFF5;
@ -145,12 +144,6 @@ textarea:focus, input:focus {
color: #91AA9D;
}
label.checkbox_label {
display: inline;
font-weight: normal;
}
#status_textarea {
color: #193441;
}
@ -181,7 +174,6 @@ label.checkbox_label {
background-color: #F3F8EA;
}
#messages {
border-top: 1px solid #D8E2D7;
}