From 4a3c9f4234607ef7c0aa02934ad707c8f7e58c2a Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 26 Oct 2009 18:15:49 +0000 Subject: [PATCH] rebulding vector's rtl stylesheet --- includes/DefaultSettings.php | 2 +- skins/vector/main-rtl.css | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a5316f7e2f..2c4c5f8e78 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1605,7 +1605,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches do not keep obsolete copies of global * styles. */ -$wgStyleVersion = '246'; +$wgStyleVersion = '247'; # Server-side caching: diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 6cf29927a0..c5ae83910b 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -141,6 +141,7 @@ body { background-image: url(images/tab-normal-fade.png); background-position: bottom right; background-repeat: repeat-x; + white-space:nowrap; } /* IGNORED BY IE6 */ div.vectorTabs ul > li { @@ -576,13 +577,13 @@ body { margin-left: 0.25em; } -/* - * * Styles for the user login and create account forms - * */ +/* + * Styles for the user login and create account forms + */ #userlogin, #userloginForm { - border: solid 1px #cccccc; - padding: .8em; - margin: .5em; + border: solid 1px #cccccc; + padding: 1.2em; + margin: .5em; float: right; } @@ -1102,4 +1103,4 @@ div#bodyContent { #ca-unwatch.icon a span, #ca-watch.icon a span { display: none; -} +} -- 2.20.1