From 87ccc91a9e1b80d5634e8e7875df64f106429af5 Mon Sep 17 00:00:00 2001 From: Huji Date: Sat, 7 Aug 2010 05:20:45 +0000 Subject: [PATCH] Updating main-ltr.css for Vector skin to ensure the RTL stylesheet mirros all items from the LTR layout correctly. (See comments on http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70549) --- skins/vector/main-ltr.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index c75f768d4e..ae33b24bf8 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -405,6 +405,7 @@ div#mw-panel { } div#mw-panel div.portal { padding-bottom: 1.5em; + direction: ltr; } div#mw-panel div.portal h5 { font-weight: normal; @@ -453,6 +454,7 @@ div#footer { background-image: url(images/border.png?1); background-position: top left; background-repeat: repeat-x; + direction: ltr; } div#footer ul { list-style: none; @@ -705,6 +707,7 @@ h5 { font-size: 100%; } h5 .editsection { font-weight: normal; } h6 { font-size: 80%; } h6 .editsection { font-size: 125%; font-weight: normal; } +.editsection { float: right; } p { margin: .4em 0 .5em 0; line-height: 1.5em; @@ -1149,3 +1152,9 @@ div.vectorTabs ul { background-position:right bottom; background-repeat:no-repeat; } + +/* Convenience links to edit block, delete and protect reasons */ +p.mw-ipb-conveniencelinks, p.mw-protect-editreasons, +p.mw-filedelete-editreasons, p.mw-delete-editreasons { + float: right; +} -- 2.20.1