r56109 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56108‎ | r56109 | r56110 >
Date:19:22, 9 September 2009
Author:tparscal
Status:deferred
Tags:
Comment:
Even more tweaks to accomadate changes being made with the SimpleSearch extension.
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
@@ -357,11 +357,12 @@
358358 #simpleSearch > button#searchButton {
359359 height: 100%;
360360 }
361 - .suggestions-special .search-for {
362 - color: green;
 361+ .suggestions-special .special-label {
 362+ font-size: 0.8em;
 363+ color: gray;
363364 }
364 - .suggestions-special .search-term {
365 - color: blue;
 365+ .suggestions-special .special-query {
 366+ color: #0645ad;
366367 text-decoration: underline;
367368 }
368369 /* Panel */
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -357,11 +357,12 @@
358358 #simpleSearch > button#searchButton {
359359 height: 100%;
360360 }
361 - .suggestions-special .search-for {
362 - color: green;
 361+ .suggestions-special .special-label {
 362+ font-size: 0.8em;
 363+ color: gray;
363364 }
364 - .suggestions-special .search-term {
365 - color: blue;
 365+ .suggestions-special .special-query {
 366+ color: #0645ad;
366367 text-decoration: underline;
367368 }
368369 /* Panel */

Status & tagging log