r53322 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53321‎ | r53322 | r53323 >
Date:18:35, 15 July 2009
Author:tparscal
Status:ok
Tags:
Comment:
Improved the consistency of preferences tabs between browsers.
Modified paths:
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -471,9 +471,9 @@
472472 }
473473 #preferences {
474474 float: left;
475 - zoom: 1;
476475 width: 100%;
477476 margin: 0;
 477+ margin-top: -2px;
478478 clear: both;
479479 border: solid 1px #cccccc;
480480 background-color: #f9f9f9;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -298,6 +298,9 @@
299299 height: 1.25em;
300300 width: 10em;
301301 padding: 0.33em;
 302+ background-image: url(images/search-fade.png);
 303+ background-repeat: repeat-x;
 304+ background-position: top right;
302305 }
303306 div#p-search div#simpleSearch input#searchButton {
304307 border: none;
@@ -468,9 +471,9 @@
469472 }
470473 #preferences {
471474 float: right;
472 - zoom: 1;
473475 width: 100%;
474476 margin: 0;
 477+ margin-top: -2px;
475478 clear: both;
476479 border: solid 1px #cccccc;
477480 background-color: #f9f9f9;

Status & tagging log