(bug 19513) Minor changes for the new search UI for RTL wikis
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 14 Jul 2009 23:14:14 +0000 (23:14 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 14 Jul 2009 23:14:14 +0000 (23:14 +0000)
RELEASE-NOTES
skins/common/shared.css

index e0014a7..bda0031 100644 (file)
@@ -253,6 +253,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 19571) Override buildConcat for SQLite.
 * Log in and log out links no longer return to page view when clicked from
   history view, edit page, or something similar
+* (bug 19513) RTL fixes for new Search UI
 
 == API changes in 1.16 ==
 
index 9fd7805..21a8b7a 100644 (file)
@@ -155,6 +155,9 @@ 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;
@@ -210,9 +213,16 @@ 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;
 }
@@ -226,7 +236,13 @@ 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 {