Revision: 52065
Author:   tparscal
Date:     2009-06-17 18:35:18 +0000 (Wed, 17 Jun 2009)

Log Message:
-----------
Some small CSS tweaks to preferences

Modified Paths:
--------------
    trunk/phase3/skins/vector/main.css

Modified: trunk/phase3/skins/vector/main.css
===================================================================
--- trunk/phase3/skins/vector/main.css  2009-06-17 18:23:36 UTC (rev 52064)
+++ trunk/phase3/skins/vector/main.css  2009-06-17 18:35:18 UTC (rev 52065)
@@ -679,25 +679,21 @@
 /* Preferences */
 #preftoc {
        /* Tabs */
-       width: 100%;
+       float: left;
        clear: both;
        margin: 0;
        padding: 0;
-       padding-left: 1px;
        height: 2.25em;
        background-image: url(images/preferences-break.png);
        background-position: bottom left;
        background-repeat: no-repeat;
 }
 body.rtl #preftoc {
-       padding-left: 0;
-       padding-right: 1px;
        background-position: bottom right;
 }
        #preftoc li {
                /* Tab */
                float: left;
-               position: relative;
                margin: 0;
                padding: 0;
                padding-right: 1px;
@@ -709,10 +705,13 @@
                background-position: bottom right;
                background-repeat: no-repeat;
        }
+       #preftoc li:first-child {
+               margin-left: 1px;
+       }
        body.rtl #preftoc li {
                float: right;
+               padding-right: 0;
                padding-left: 1px;
-               padding-right: 0;
                background-position: bottom left;
        }
        #preftoc a,
@@ -739,11 +738,10 @@
                text-decoration: none;
        }
 #preferences {
+       float: left;
+       width: 100%;
        margin: 0;
        clear: both;
-       padding: 1em;
-       padding-top: 0;
-       margin-top: -0.5em;
        border: solid 1px #cccccc;
        background-color: #f9f9f9;
        background-image: url(images/preferences-base.png);
@@ -751,7 +749,7 @@
 #preferences > fieldset.prefsection {
        border: none;
        padding: 0;
-       margin: 0;
+       margin: 1em;
 }
 #preferences > fieldset.prefsection > fieldset {
        border: none;
@@ -772,6 +770,12 @@
        padding: .2em 2em;
        color: #666666;
 }
+#preferences div.mw-prefs-buttons {
+       padding: 1em;
+}
+#preferences div.mw-prefs-buttons input {
+       margin-right: 0.25em;
+}
 
 /*
  * 



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to