diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-03 23:34:48 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-03 23:34:48 -0500 |
commit | 38503096d905fbb4db8552eeb59afc12d4b5e903 (patch) | |
tree | ab2831ed64566b79385f0ef9543816230ceebe1e | |
parent | 239750aa0001b0b1ea5076f6f71ed6ffbb433c31 (diff) |
Puts All groups and Remote sub button in the mini list on the same line
-rw-r--r-- | plugins/OStatus/theme/base/css/ostatus.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/OStatus/theme/base/css/ostatus.css b/plugins/OStatus/theme/base/css/ostatus.css index ac668623d..f7d9853cf 100644 --- a/plugins/OStatus/theme/base/css/ostatus.css +++ b/plugins/OStatus/theme/base/css/ostatus.css @@ -52,7 +52,8 @@ margin-bottom:0; width:405px; } -.aside #entity_subscriptions .more { +.aside #entity_subscriptions .more, +.aside #entity_groups .more { float:left; } |