diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-16 19:58:24 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-16 19:58:24 +0000 |
commit | 350a342509775ace6228074aa4bd514ad7dfc62d (patch) | |
tree | 1389d140706ad1142ecf0572204b2167e56a5418 | |
parent | b11cefdd002a5b1c2d0c96274eaf16bb45a487c5 (diff) |
Using bottom instead of top for form_note
-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 eb4e88d02..867dc0ef7 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -482,7 +482,7 @@ height:16px; } #form_notice .form_note { position:absolute; -top:99px; +bottom:2px; right:98px; z-index:9; } |