diff options
author | Andy Staudacher <andy.st@gmail.com> | 2010-02-16 21:58:09 -0800 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2010-02-16 21:58:09 -0800 |
commit | 3b1b2bfea9592269717fdd462fb1e5137bd4f8dd (patch) | |
tree | d7f32f878b4aa8f3af93541c08a254a1ced1342e | |
parent | 61f8af6e4cd33a6e226221fd81fcfe2e5afa1081 (diff) | |
parent | c1b13ddd9f8e692b4c525bffdf6bbe8718c008a8 (diff) |
Merge commit 'upstream/master'
-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; |