diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-03 11:22:21 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-03 11:22:21 -0500 |
commit | ea10805e3f68f5781321e7c93144242478081a1f (patch) | |
tree | 45284c4cc5fd16c4eb2eaa49ef62c744c7a7514c /plugins/OStatus/theme | |
parent | 06fb1124f5cd328bc0b3028a0cc0499b1c916653 (diff) |
Moved the remote subscription button to subscription mini list
Diffstat (limited to 'plugins/OStatus/theme')
-rw-r--r-- | plugins/OStatus/theme/base/css/ostatus.css | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/plugins/OStatus/theme/base/css/ostatus.css b/plugins/OStatus/theme/base/css/ostatus.css index 13e30ef5d..40cdfcef1 100644 --- a/plugins/OStatus/theme/base/css/ostatus.css +++ b/plugins/OStatus/theme/base/css/ostatus.css @@ -41,8 +41,22 @@ min-width:96px; #entity_remote_subscribe { padding:0; float:right; +position:relative; } -#all #entity_remote_subscribe { -margin-top:-52px; +.section .entity_actions { +margin-bottom:0; +} + +.section #entity_remote_subscribe .entity_remote_subscribe { +border-color:#AAAAAA; +} + +.section #entity_remote_subscribe .dialogbox { +width:405px; +} + + +.aside #entity_subscriptions .more { +float:left; } |