summaryrefslogtreecommitdiff
path: root/theme/base
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-07-16 19:58:24 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-07-16 19:58:24 +0000
commit350a342509775ace6228074aa4bd514ad7dfc62d (patch)
tree1389d140706ad1142ecf0572204b2167e56a5418 /theme/base
parentb11cefdd002a5b1c2d0c96274eaf16bb45a487c5 (diff)
Using bottom instead of top for form_note
Diffstat (limited to 'theme/base')
-rw-r--r--theme/base/css/display.css2
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;
}