diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-03 17:48:00 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-03 17:48:00 -0500 |
commit | b3969be85ae37b2b3e8abfce2c545866dd910af7 (patch) | |
tree | 34c5d1e7210399572be4de8a186d9144838b61d8 /plugins | |
parent | 628338265c1607000eaffc42418c63092b019720 (diff) |
Updated remote subscribe button style in aside
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/OStatus/theme/base/css/ostatus.css | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/plugins/OStatus/theme/base/css/ostatus.css b/plugins/OStatus/theme/base/css/ostatus.css index 3b8928a3a..ac668623d 100644 --- a/plugins/OStatus/theme/base/css/ostatus.css +++ b/plugins/OStatus/theme/base/css/ostatus.css @@ -48,10 +48,6 @@ position:relative; margin-bottom:0; } -.section #entity_remote_subscribe .entity_remote_subscribe { -border-color:#AAAAAA; -} - #entity_remote_subscribe .dialogbox { width:405px; } @@ -59,3 +55,19 @@ width:405px; .aside #entity_subscriptions .more { float:left; } + +.section #entity_remote_subscribe { +border:0; +} + +.section .entity_remote_subscribe { +color:#002FA7; +box-shadow:none; +-moz-box-shadow:none; +-webkit-box-shadow:none; +background-color:transparent; +background-position:0 -1183px; +padding:0 0 0 23px; +border:0; + +} |