Author: vmassol
Date: 2008-02-27 19:41:03 +0100 (Wed, 27 Feb 2008)
New Revision: 8043

Modified:
   xwiki-platform/skins/trunk/toucan/src/main/resources/toucan/style.css
Log:
XSTOUCAN-3: Some issues with IE
* Fixed Panel Wizard issue in IE7

Modified: xwiki-platform/skins/trunk/toucan/src/main/resources/toucan/style.css
===================================================================
--- xwiki-platform/skins/trunk/toucan/src/main/resources/toucan/style.css       
2008-02-27 17:57:20 UTC (rev 8042)
+++ xwiki-platform/skins/trunk/toucan/src/main/resources/toucan/style.css       
2008-02-27 18:41:03 UTC (rev 8043)
@@ -727,19 +727,19 @@
 
 
 
-.hideleft #contentcolumn .main{
+body.hideleft #contentcolumn .main{
        margin: 0 220px 0 0;
        }
 
-.hideright #contentcolumn .main{
+body.hideright #contentcolumn .main{
        margin:0 0 0 220px;
        
        }
 
-.hidelefthideright #contentcolumn .main{
+body.hidelefthideright #contentcolumn .main{
        margin:0;
        }
-.content #contentcolumn .main{
+body.content #contentcolumn .main{
        margin: 0 220px;
        }
 

_______________________________________________
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to