From: Roan Kattouw Date: Tue, 18 May 2010 16:58:47 +0000 (+0000) Subject: Widen SimpleSearch search box in Vector from 9em to 14em X-Git-Tag: 1.31.0-rc.0~36801 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=101b34aa9cb9b4cf5df6637af4de5451164562d2;p=lhc%2Fweb%2Fwiklou.git Widen SimpleSearch search box in Vector from 9em to 14em --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f17ec90f2e..ca092e3dbd 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1677,7 +1677,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches do not keep obsolete copies of global * styles. */ -$wgStyleVersion = '280'; +$wgStyleVersion = '281'; # Server-side caching: diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index d8bbaf8695..2fe0d7a11c 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -364,7 +364,7 @@ body { padding: 0.25em; line-height: 1em; font-size: 0.8em; - width: 9em; + width: 14em; background-color: transparent; } /* OVERRIDDEN BY COMPLIANT BROWSERS */ @@ -1128,4 +1128,4 @@ div.vectorTabs ul { background-image:url(images/tab-break.png?1); background-position:right bottom; background-repeat:no-repeat; -} \ No newline at end of file +} diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index f62a42150d..f781435bd5 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -364,7 +364,7 @@ body { padding: 0.25em; line-height: 1em; font-size: 0.8em; - width: 9em; + width: 14em; background-color: transparent; } /* OVERRIDDEN BY COMPLIANT BROWSERS */ @@ -1128,4 +1128,4 @@ div.vectorTabs ul { background-image:url(images/tab-break.png?1); background-position:left bottom; background-repeat:no-repeat; -} \ No newline at end of file +}