diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2010-02-15 19:05:45 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2010-02-15 19:05:45 -0700 |
commit | c1b13ddd9f8e692b4c525bffdf6bbe8718c008a8 (patch) | |
tree | 3a560daaecb0441a77928caef9766b847a692ff4 /themes/wind/css | |
parent | 5e25d2f7f11a75386e3c7f3d1d0c496eb3287cac (diff) |
Apply zoom to g-photo and g-movie to hold height and properly position g-context-menu, closes #1018
Diffstat (limited to 'themes/wind/css')
-rw-r--r-- | themes/wind/css/fix-ie.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css index 4f0d0888..f7f08486 100644 --- a/themes/wind/css/fix-ie.css +++ b/themes/wind/css/fix-ie.css @@ -7,6 +7,16 @@ zoom: 1; } +#g-photo, +#g-movie { + zoom: 1; +} + +#g-photo .g-context-menu, +#g-movie .g-context-menu { + width: 240px; +} + input.submit { clear: none !important; display: inline !important; |