r52850 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52849‎ | r52850 | r52851 >
Date:17:56, 7 July 2009
Author:tparscal
Status:ok
Tags:
Comment:
Resolved incorrect wrapping of tabs in prefrences.
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
@@ -333,11 +333,11 @@
334334 /* Preferences */
335335 #preftoc {
336336 /* Tabs */
 337+ width: 100%;
337338 float: left;
338339 clear: both;
339340 margin: 0 !important;
340341 padding: 0 !important;
341 - height: 2.25em;
342342 background-image: url(images/preferences-break.png);
343343 background-position: bottom left;
344344 background-repeat: no-repeat;
@@ -368,6 +368,7 @@
369369 padding: 0.5em;
370370 text-decoration: none;
371371 background-image: none;
 372+ font-size: 0.9em;
372373 }
373374 #preftoc a:hover {
374375 text-decoration: underline;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -347,11 +347,11 @@
348348 /* Preferences */
349349 #preftoc {
350350 /* Tabs */
 351+ width: 100%;
351352 float: right;
352353 clear: both;
353354 margin: 0 !important;
354355 padding: 0 !important;
355 - height: 2.25em;
356356 background-image: url(images/preferences-break.png);
357357 background-position: bottom right;
358358 background-repeat: no-repeat;

Follow-up revisions

RevisionCommit summaryAuthorDate
r53410Merging UI fixes from trunk; second batch from http://www.mediawiki.org/wiki/......brion18:05, 17 July 2009

Status & tagging log