summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2008-12-11 22:51:17 -0500
committerSarven Capadisli <csarven@controlyourself.ca>2008-12-11 22:51:17 -0500
commit2399e7418eac9c5b50f3913caeb30da8187e7603 (patch)
tree62e8f92197b4d90adbf86d63bbdccf65b32d6312 /theme
parent867d723548fa41ea06a6350f3cc95e7b8d5019e4 (diff)
Block styles in Subscribers
darcs-hash:20081212035117-efd22-f829f9470e64ed2e5560f6272db5d1d099bf28cc.gz
Diffstat (limited to 'theme')
-rw-r--r--theme/default/display.css17
1 files changed, 10 insertions, 7 deletions
diff --git a/theme/default/display.css b/theme/default/display.css
index fbb91d89f..0cd8d8998 100644
--- a/theme/default/display.css
+++ b/theme/default/display.css
@@ -219,7 +219,8 @@ clear:both;
}
#profile_actions #profile_nudge input.submit,
-#profile_actions #profile_block input.submit {
+#profile_actions #profile_block input.submit,
+.profile_single form.block input.submit {
margin:0 0 0 -3px;
padding:0;
background-color:transparent;
@@ -762,13 +763,17 @@ input#openid_url {
font-size: 13px;
line-height: 16px;
border-bottom: 1px solid #dec5b5;
+ width:100%;
+ float:left;
}
.profile_single:hover {
background-color: #f7ebcc;
}
-.profile_single form.subscribe {
- float: right;
+.profile_single form.block,
+.profile_single form.subscribe,
+.profile_single form.unsubscribe {
+ float: right;
}
.profile_single form.unsubscribe {
@@ -992,10 +997,8 @@ background:url(icon_tag-01.gif) no-repeat;
line-height:1.5;
}
-.tag_user {
-text-align:right;
-margin-top:0;
-margin-bottom:0;
+.tags_user {
+margin-bottom:0.5em;
}
form#tag_user {