diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-12 21:50:14 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-12 21:50:14 +0000 |
commit | 7a00dc749da9bcc003aad5f90b0346ba164680df (patch) | |
tree | 291396078b48c590714ba0dfb664f16dc096de26 /theme/base/css | |
parent | 6cfa587385c0ec47898d26dc8b850207ef3719a1 (diff) |
Updated styles for the Authrization subscription form inputs
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 3b4a2a4b3..9c0980ec6 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -607,7 +607,9 @@ border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; } - +.entity_actions .accept { +margin-bottom:18px; +} .entity_tags ul { list-style-type:none; @@ -1158,4 +1160,4 @@ display:none; } .guide { clear:both; -}
\ No newline at end of file +} |