From 2399e7418eac9c5b50f3913caeb30da8187e7603 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Thu, 11 Dec 2008 22:51:17 -0500 Subject: Block styles in Subscribers darcs-hash:20081212035117-efd22-f829f9470e64ed2e5560f6272db5d1d099bf28cc.gz --- theme/default/display.css | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'theme') 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 { -- cgit v1.2.3-54-g00ecf