Login & signup form float fixes:
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 4 Jun 2008 23:36:02 +0000 (23:36 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 4 Jun 2008 23:36:02 +0000 (23:36 +0000)
* right float for RTL
* clear floats for the post-form text!

The float is only used to get the box to size nicely, as far as I can tell.
There ought to be a nice clean way to get boxes to auto-size nicely without making them tables or floats.

includes/DefaultSettings.php
skins/monobook/main.css

index 52fd2ac..51a4d7d 100644 (file)
@@ -1337,7 +1337,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '152';
+$wgStyleVersion = '153';
 
 
 # Server-side caching:
index 249898a..f6ea2aa 100644 (file)
@@ -1070,6 +1070,10 @@ div#userlogin form#userlogin2 {
        background-color: #f9f9f9;
        float: left;
 }
+.rtl div#userloginForm form,
+.rtl div#userlogin form#userlogin2 {
+       float: right;
+}
 
 div#userloginForm table,
 div#userlogin form#userlogin2 table {
@@ -1088,6 +1092,9 @@ div#userloginForm .captcha {
        background-color: white;
 }
 
+#loginend, #signupend {
+       clear: both;
+}
 
 #userloginprompt, #languagelinks {
        font-size: 85%;