diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 03:20:41 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 03:20:41 +0000 |
commit | ea2e908bc0bf875b9e3967d0143f116e0c8b0885 (patch) | |
tree | d3bf99afceed5e8705baa45952e7541742c773e9 /theme/base | |
parent | 1a6d120f28d232f3c6684450b197203fe297a605 (diff) |
More space for the counter
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 22e1e7b9e..1d22901fe 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -418,7 +418,7 @@ width:377px; width:370px; height:86px; line-height:1.5; -padding:7px 7px 14px 7px; +padding:7px 7px 16px 7px; } #form_notice label { display:block; @@ -441,7 +441,7 @@ margin-left:4px; #form_notice .form_note { position:absolute; -top:116px; +top:120px; right:98px; z-index:9; } |