SimpleSearch - switching several css rules from ems to px to ensure consistent render...
authorAdam Miller <adam@users.mediawiki.org>
Fri, 11 Jun 2010 22:01:19 +0000 (22:01 +0000)
committerAdam Miller <adam@users.mediawiki.org>
Fri, 11 Jun 2010 22:01:19 +0000 (22:01 +0000)
includes/DefaultSettings.php
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index aff4762..02ec8cd 100644 (file)
@@ -1537,7 +1537,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '288';
+$wgStyleVersion = '289';
 
 /**
  * This will cache static pages for non-logged-in users to reduce
index 2156179..a30ff7f 100644 (file)
@@ -347,7 +347,7 @@ div#mw-head h5 {
                margin-top: 0.4em;
        }
        div#simpleSearch {
-               margin-top: 0.5em;
+               margin-top: 0.65em;
                position: relative;
                border: solid 1px #AAAAAA;
                background-color: white;
@@ -356,15 +356,15 @@ div#mw-head h5 {
                background-repeat: repeat-x;
        }
        div#simpleSearch label {
-               font-size: 0.8em;
+               font-size: 13px;
                top: 0.25em;
        }
        div#simpleSearch input#searchInput {
                margin: 0;
                border-width: 0;
-               padding: 0.25em;
+               padding: 3px;
                line-height: 1em;
-               font-size: 0.8em;
+               font-size: 13px;
                width: 14em;
                background-color: transparent;
        }
@@ -373,7 +373,7 @@ div#mw-head h5 {
                margin: 0;
                padding: 0;
                width: 1.75em;
-               height: 1.5em;
+               height: 16px;
                border: none;
                cursor: pointer;
                background-color: transparent;
index 333e0bc..df76f43 100644 (file)
@@ -347,7 +347,7 @@ div#mw-head h5 {
                margin-top: 0.4em;
        }
        div#simpleSearch {
-               margin-top: 0.5em;
+               margin-top: 0.65em;
                position: relative;
                border: solid 1px #AAAAAA;
                background-color: white;
@@ -356,15 +356,15 @@ div#mw-head h5 {
                background-repeat: repeat-x;
        }
        div#simpleSearch label {
-               font-size: 0.8em;
+               font-size: 13px;
                top: 0.25em;
        }
        div#simpleSearch input#searchInput {
                margin: 0;
                border-width: 0;
-               padding: 0.25em;
+               padding: 3px;
                line-height: 1em;
-               font-size: 0.8em;
+               font-size: 13px;
                width: 14em;
                background-color: transparent;
        }
@@ -373,7 +373,7 @@ div#mw-head h5 {
                margin: 0;
                padding: 0;
                width: 1.75em;
-               height: 1.5em;
+               height: 16px;
                border: none;
                cursor: pointer;
                background-color: transparent;