[Commits] r1233 - apps/opengeo/geoexplorer/trunk/src/theme/app
commits at geoext.org
commits at geoext.org
Mon Jul 6 23:04:08 CEST 2009
Author: ahocevar
Date: 2009-07-06 23:04:08 +0200 (Mon, 06 Jul 2009)
New Revision: 1233
Modified:
apps/opengeo/geoexplorer/trunk/src/theme/app/ie.css
Log:
fixed menu bar positions for IE 6, as recommended in
http://extjs.com/forum/showthread.php?t=55752 (closes
http://projects.opengeo.org/geoext/ticket/279)
Modified: apps/opengeo/geoexplorer/trunk/src/theme/app/ie.css
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/theme/app/ie.css 2009-07-06 20:48:54 UTC (rev 1232)
+++ apps/opengeo/geoexplorer/trunk/src/theme/app/ie.css 2009-07-06 21:04:08 UTC (rev 1233)
@@ -14,3 +14,7 @@
.gx-layer-menu {
min-width: 220px;
}
+
+.ext-ie6 .x-menu-item-icon {
+ left: -24px;
+}
\ No newline at end of file
More information about the Commits
mailing list