Author: sdumitriu
Date: 2008-02-17 18:23:32 +0100 (Sun, 17 Feb 2008)
New Revision: 7776

Modified:
   xwiki-platform/skins/trunk/toucan/src/main/resources/toucan/style.css
Log:
XSTOUCAN-1: Create Toucan skin from xwiki.org
Fixed: Dragged panels jump a few pixels to the right


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-17 17:02:51 UTC (rev 7775)
+++ xwiki-platform/skins/trunk/toucan/src/main/resources/toucan/style.css       
2008-02-17 17:23:32 UTC (rev 7776)
@@ -1438,13 +1438,16 @@
   color: #000;
   width: 190px;
   display: block;
-  margin: 0px 0px 10px 10px;
   padding: 0px;
   background-color: transparent;
 }
 #leftPanels .panel,#leftPanels .fakepanel{
   margin: 0px 0px 10px 20px;
 }
+#rightPanels .panel,#rightPanels .fakepanel{
+  margin: 0px 0px 10px 10px;
+}
+
 .fakepanel{
   display: none;
   height: 320px;

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

Reply via email to