summaryrefslogtreecommitdiff
path: root/themes/wind
diff options
context:
space:
mode:
Diffstat (limited to 'themes/wind')
-rw-r--r--themes/wind/css/fix-ie.css6
-rw-r--r--themes/wind/css/screen.css4
2 files changed, 3 insertions, 7 deletions
diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css
index d6405c36..be6e22be 100644
--- a/themes/wind/css/fix-ie.css
+++ b/themes/wind/css/fix-ie.css
@@ -2,11 +2,7 @@
* Fix display in IE 6, 7
*/
-#g-banner,
-.g-breadcrumbs,
-#g-album-grid,
-#g-pager,
-#g-view-menu {
+.g-clearfix {
zoom: 1;
}
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index fe1025cc..409cbcad 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -890,14 +890,15 @@ form .g-error,
text-align: right;
}
+.rtl .g-right,
.rtl #g-header #g-quick-search-form,
-.rtl #g-reset-password,
.rtl #g-header #g-login-menu,
.rtl .ui-icon-right .ui-icon {
clear: left;
float: left;
}
+.rtl .g-left,
.rtl #g-dialog .g-cancel,
.rtl form ul ul li,
.rtl input[type="submit"],
@@ -912,4 +913,3 @@ form .g-error,
.rtl .ui-icon-left .ui-icon {
float: right;
}
-