From 80dedf77d80a3013aec61bd0f011ca611d3bc081 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 1 Nov 2009 19:11:58 -0700 Subject: 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. --- themes/wind/css/screen.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'themes/wind/css') 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; -- cgit v1.2.3 From e95c0dcf2bde01834ab1b0b35e98503351efd6d1 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 1 Nov 2009 22:15:06 -0700 Subject: Rename Default to Wind and Admin Wind themes respectively in CSS docblocks. --- themes/admin_wind/css/screen.css | 2 +- themes/wind/css/screen.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/wind/css') diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 233cacaf..5ed42391 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -1,5 +1,5 @@ /** - * Gallery 3 Default Theme Screen Styles + * Gallery 3 Admin Wind Theme Screen Styles * * @requires YUI reset, font, grids CSS * diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index acc6af03..c2cd0ccb 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -1,5 +1,5 @@ /** - * Gallery 3 Default Theme Screen Styles + * Gallery 3 Wind Theme Screen Styles * * @requires YUI reset, font, grids CSS * -- cgit v1.2.3 From e9e871acfc7f82ea30cc21d85ab380f7a8ea57f8 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 1 Nov 2009 23:02:09 -0700 Subject: Docblock and todo updates. --- lib/gallery.common.css | 4 +++- themes/wind/css/screen.css | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'themes/wind/css') diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 33ec3720..2cbce900 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -9,7 +9,9 @@ * 4) States and interactions * 5) Positioning and order * 6) Containers/widgets + * 7) Right to left language styles * + * @todo Update .g-message-block, don't force it to 100%, bad things happen is themes when you do. * @todo Remove extra white space at the top of the add comment form, above the first field */ @@ -571,7 +573,7 @@ div#g-action-status { } /** ******************************************************************* - * 7) Right to left styles + * 7) Right to left language styles **********************************************************************/ .rtl { diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index c2cd0ccb..1fc5fa65 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -413,7 +413,7 @@ td { } /** ******************************************************************* - * 7) Right to left styles + * 7) Right to left language styles *********************************************************************/ .rtl #g-header #g-login-menu, -- cgit v1.2.3