summaryrefslogtreecommitdiff
path: root/themes/wind/css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-11-01 19:11:58 -0700
committerChad Kieffer <ckieffer@gmail.com>2009-11-01 19:11:58 -0700
commit80dedf77d80a3013aec61bd0f011ca611d3bc081 (patch)
tree28b5b37ba11a9f3bf21e2924ddcd9f4982d625f3 /themes/wind/css
parent6524aa55b3fbb4a1a458404b5509218a106441cb (diff)
Cleanup RTL styles even further. I think this gets wind and admin_wind looking pretty good for RTL. Related to the previous commit, remove g-right from login menu, let the theme handle positioning.
Diffstat (limited to 'themes/wind/css')
-rw-r--r--themes/wind/css/screen.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index b73c21f0..acc6af03 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -307,6 +307,7 @@ td {
#g-banner #g-login-menu {
color: #999;
+ float: right;
}
#g-banner #g-login-menu li {
@@ -415,6 +416,18 @@ td {
* 7) Right to left styles
*********************************************************************/
+.rtl #g-header #g-login-menu,
+.rtl #g-header #g-quick-search-form {
+ clear: left;
+ float: left;
+}
+
+.rtl #g-header #g-login-menu li {
+ margin-left: 0;
+ padding-left: 0;
+ padding-right: 1.2em;
+}
+
.rtl #g-site-menu {
left: auto;
right: 150px;