From 7a50063e285bf9a227c99b1a1fbd3cf64a5b9d66 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sat, 22 Jan 2011 22:21:57 +0000 Subject: [PATCH] Remove RTL definitions from skins/common/shared.css With the new auto rtl flipping of resourceloader, all rtl sites were broken. --- skins/common/shared.css | 46 +++++------------------------------------ 1 file changed, 5 insertions(+), 41 deletions(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index 9d6ede2f6d..b3b9a4e8dc 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -104,12 +104,9 @@ div.patrollink { /** * Forms */ -body.ltr td.mw-label { text-align: right; } -body.ltr td.mw-input { text-align: left; } -body.ltr td.mw-submit { text-align: left; } -body.rtl td.mw-label { text-align: left; } -body.rtl td.mw-input { text-align: right; } -body.rtl td.mw-submit { text-align: right; } +td.mw-label { text-align: right; } +td.mw-input { text-align: left; } +td.mw-submit { text-align: left; } td.mw-label { vertical-align: top; } .prefsection td.mw-label { width: 20%; } @@ -131,11 +128,8 @@ input#wpSummary { /** * Image captions */ -body.rtl .thumbcaption { text-align: right; } -body.rtl .magnify { float: left; } - -body.ltr .thumbcaption { text-align: left; } -body.ltr .magnify { float: right; } +.thumbcaption { text-align: right; } +.magnify { float: left; } /** * Hidden categories @@ -193,9 +187,6 @@ div.searchresult { float: left; padding-left: 0.25em; } -.rtl .mw-search-formheader div.search-types { - float: right; -} .mw-search-formheader div.search-types ul { margin: 0 !important; padding: 0 !important; @@ -251,15 +242,9 @@ fieldset#mw-searchoptions h4 { margin: 0; float: left; } -.rtl fieldset#mw-searchoptions h4 { - float: right; -} fieldset#mw-searchoptions div#mw-search-togglebox { float: right; } -.rtl fieldset#mw-searchoptions div#mw-search-togglebox { - float: left; -} fieldset#mw-searchoptions div#mw-search-togglebox label { margin-right: 0.25em; @@ -274,15 +259,6 @@ fieldset#mw-searchoptions table { fieldset#mw-searchoptions table td { padding-right: 1em; } -.rtl fieldset#mw-searchoptions table td { - padding-left: 1em; - padding-right: 0; -} -body.rtl fieldset#mw-searchoptions table { - margin-right: 0; - margin-left: 3em; - float: right; -} fieldset#mw-searchoptions div.divider { clear: both; border-bottom: 1px solid #DDDDDD; @@ -304,10 +280,6 @@ div#mw-search-interwiki { margin-top: 2ex; } -.rtl div#mw-search-interwiki { - float: left; -} - div#mw-search-interwiki li { font-size: 95%; } @@ -317,10 +289,6 @@ div#mw-search-interwiki li { font-size: 90%; } -.rtl .mw-search-interwiki-more { - float: left; -} - div#mw-search-interwiki-caption { text-align: center; font-weight: bold; @@ -338,10 +306,6 @@ div#mw-search-interwiki-caption { border-top: 1px solid #BBBBBB; } -.rtl .mw-search-interwiki-project { - text-align: right; -} - span.searchalttitle { font-size: 95%; } -- 2.20.1