]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Using bottom instead of top for form_note
authorSarven Capadisli <csarven@controlyourself.ca>
Thu, 16 Jul 2009 19:58:24 +0000 (19:58 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Thu, 16 Jul 2009 19:58:24 +0000 (19:58 +0000)
theme/base/css/display.css

index eb4e88d02fed99af05014c30e64651e12f0f94cb..867dc0ef7ce38b2be546100e8e796b20476d7475 100644 (file)
@@ -482,7 +482,7 @@ height:16px;
 }
 #form_notice .form_note {
 position:absolute;
-top:99px;
+bottom:2px;
 right:98px;
 z-index:9;
 }