diff options
author | Sarven Capadisli <csarven@status.net> | 2009-09-27 11:54:45 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-09-27 11:54:45 +0000 |
commit | 74d537c834cf897e989d9909393c879129d99ae7 (patch) | |
tree | 1a921658a3e0a52ca7e26ee1067b3cfabf42cfa0 /theme/base/css/display.css | |
parent | a51339a2195caed5a3833346f508b38953e4618b (diff) |
Using a relative value for the form_notice note location instead
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 1f37a7637..7706fba48 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -484,7 +484,7 @@ height:16px; #form_notice .form_note { position:absolute; bottom:2px; -right:98px; +right:21.715%; z-index:9; } #form_notice .form_note dt { |