diff options
author | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-23 05:57:15 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-23 05:57:15 +0000 |
commit | 171d89aab79207f08b3c84d76a4b2bb50185490d (patch) | |
tree | 34efcec8e274ec33cb1af215a6b1c4490fda0cb0 /theme/base | |
parent | fbd1cf4dfa452166a5985d9a9177d57e8554f09f (diff) | |
parent | 277a6e984c6778865a62b5a1b99219327460be6d (diff) |
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index d5532a5c9..b4f3ffd54 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -144,7 +144,8 @@ font-weight:bold; #form_settings_avatar legend, #newgroup legend, #editgroup legend, -#form_tag_user legend { +#form_tag_user legend, +#form_remote_subscribe legend { display:none; } @@ -586,7 +587,8 @@ cursor:pointer; width:100%; } .entity_actions a, -#entity_nudge p { +#entity_nudge p, +.entity_remote_subscribe { text-decoration:none; font-weight:bold; display:block; @@ -606,6 +608,16 @@ padding-left:20px; padding:4px 4px 4px 23px; } +.entity_remote_subscribe { +padding:4px; +border-width:2px; +border-style:solid; +border-radius:4px; +-moz-border-radius:4px; +-webkit-border-radius:4px; +} + + .entity_tags ul { list-style-type:none; } |