rebulding vector's rtl stylesheet
authorAdam Miller <adam@users.mediawiki.org>
Mon, 26 Oct 2009 18:15:49 +0000 (18:15 +0000)
committerAdam Miller <adam@users.mediawiki.org>
Mon, 26 Oct 2009 18:15:49 +0000 (18:15 +0000)
includes/DefaultSettings.php
skins/vector/main-rtl.css

index a5316f7..2c4c5f8 100644 (file)
@@ -1605,7 +1605,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '246';
+$wgStyleVersion = '247';
 
 
 # Server-side caching:
index 6cf2992..c5ae839 100644 (file)
@@ -141,6 +141,7 @@ body {
                background-image: url(images/tab-normal-fade.png);
                background-position: bottom right;
                background-repeat: repeat-x;
+               white-space:nowrap;
        }
        /* IGNORED BY IE6 */
        div.vectorTabs ul > li {
@@ -576,13 +577,13 @@ body {
        margin-left: 0.25em;
 }
 
-/*
- *  * Styles for the user login and create account forms
- *   */
+/* 
+ * Styles for the user login and create account forms
+ */
 #userlogin, #userloginForm {
-        border: solid 1px #cccccc;
-        padding: .8em;
-        margin: .5em;
+       border: solid 1px #cccccc;
+       padding: 1.2em;
+       margin: .5em;
        float: right;
 }
 
@@ -1102,4 +1103,4 @@ div#bodyContent {
 #ca-unwatch.icon a span,
 #ca-watch.icon a span {
        display: none;
-}      
+}