Author: sdumitriu
Date: 2008-02-18 17:47:45 +0100 (Mon, 18 Feb 2008)
New Revision: 7799

Modified:
   xwiki-platform/skins/trunk/toucan/src/main/resources/toucan/style.css
Log:
XSTOUCAN-1
Fix: Panel placeholder is misplaced 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-18 16:29:47 UTC (rev 7798)
+++ xwiki-platform/skins/trunk/toucan/src/main/resources/toucan/style.css       
2008-02-18 16:47:45 UTC (rev 7799)
@@ -1639,16 +1639,16 @@
 }
 
 .placeholder{
-       width: 170px;
-       margin-left: 20px;
-               background-color: #fff;
-       opacity:  .1;
+  width: 170px;
+  margin-left: 10px;
+  background-color: #fff;
+  opacity:  .1;
 }
 html > body #dragbox {width: 198px !important;}
 #xwikinavcontainer{ 
-margin : 0 0 0; 
-border: 1px solid #999;
-border-width: 0 0 1px 0;
+  margin : 0 0 0; 
+  border: 1px solid #999;
+  border-width: 0 0 1px 0;
 }
 
 span.pitemseparator{
@@ -2718,7 +2718,7 @@
 /* IE */
 * html  * {zoom:1; }
 * html p {zoom: 0 !important;}
-* html a {position:relative; z-index:1;}
+* html a {position: relative; z-index:1;}
 * html #rightPanels, #editPanels { margin-top: -27px; height: 400px;}
 
 * html #globalsearch{margin-bottom: 1em}

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to