summaryrefslogtreecommitdiff
path: root/theme/default
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-12-03 13:42:54 -0500
committerEvan Prodromou <evan@controlyourself.ca>2008-12-03 13:42:54 -0500
commitdaba1b010aef5258e6c08a8a91186ab5d7bc4581 (patch)
tree7a9e9fa1a9dbb8aa9f8dbed661553a61d95431b6 /theme/default
parenta84394f827e57d0e461d68340cf9a4ea3da5cf6f (diff)
move checkbox label formatting from identica theme to default theme
darcs-hash:20081203184254-5ed1f-844aa013d72f5100ea5f100b252321760121cb17.gz
Diffstat (limited to 'theme/default')
-rw-r--r--theme/default/display.css47
1 files changed, 16 insertions, 31 deletions
diff --git a/theme/default/display.css b/theme/default/display.css
index 52e97d51d..7186c73f2 100644
--- a/theme/default/display.css
+++ b/theme/default/display.css
@@ -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;
@@ -314,7 +309,7 @@ cursor:default;
}
.instructions a:hover, .success a:hover, .error a:hover {
color: #fff6d5;
- }
+ }
.success {
background-color: #48705b;
}
@@ -322,7 +317,6 @@ cursor:default;
background-color: #ce3728;
}
-
/* ----- Stream -----*/
#notices {
@@ -389,7 +383,7 @@ p.time {
p.time a {
color: #dab134;
}
-
+
/* ----- Profile -----*/
#profile {
clear: left;
@@ -469,7 +463,7 @@ dl.statistics {
.statistics dt {
float: left;
width: 96px;
-}
+}
.statistics dd {
margin-left: 100px;
}
@@ -516,8 +510,6 @@ ul.subscriptions li, ul.subscribers li {
}
/* ----- End Subscriptions & Subscribers -----*/
-
-
#pagination {
margin: 18px auto;
width: 600px;
@@ -606,7 +598,13 @@ input.checkbox {
height: 14px;*/
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;
@@ -754,7 +750,7 @@ input#openid_url {
#profiles a:hover {
text-decoration: underline;
}
-
+
.profile_single {
clear: both;
display: block;
@@ -777,7 +773,7 @@ input#openid_url {
.profile_single form.unsubscribe {
float: right;
}
-
+
/* ----- IM Settings Form -----*/
#imsettings p {
@@ -786,16 +782,13 @@ input#openid_url {
line-height: 15px;
}
-
-
-
/* ----- direct message ----- */
#message_form {
height: 96px;
/*background-color: #F00;*/
}
-
+
#message_form p {
margin: 21px 0 0 0;
padding: 0;
@@ -803,7 +796,7 @@ input#openid_url {
#message_form label {
display: inline;
}
-
+
#message_content {
display: block;
float: left;
@@ -815,7 +808,7 @@ input#openid_url {
color: #193441;
border: 0;
}
-
+
#message_send {
display: block;
float: left;
@@ -830,12 +823,11 @@ input#openid_url {
cursor: pointer;
border: 0;
}
-
+
#message_send:hover {
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;