diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-07 21:40:54 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-07 21:40:54 -0700 |
| commit | 62ad5c26854bc53566e5941c0a410789b891545f (patch) | |
| tree | 2bec83b0cdcc920e362a87293fcc542ce2fcc7b5 /themes/wind/css | |
| parent | 03d0311618267cf0b16445161c4d275749d64a5e (diff) | |
| parent | 03561649ea3d04d96c8911d39b05b71845912b1d (diff) | |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'themes/wind/css')
| -rw-r--r-- | themes/wind/css/fix-ie.css | 6 | ||||
| -rw-r--r-- | themes/wind/css/screen.css | 4 |
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; } - |
