Author: jmorliaguet
Date: Mon Nov  7 21:17:10 2005
New Revision: 29223

Modified:
   z3lab/cpsskins/branches/jmo-perspectives/engines/authoring/authoring.css
Log:

- cosmetic / UI: moved the toolbox to the bottom of the screen (similar to
  the MacOSX interface)



Modified: 
z3lab/cpsskins/branches/jmo-perspectives/engines/authoring/authoring.css
==============================================================================
--- z3lab/cpsskins/branches/jmo-perspectives/engines/authoring/authoring.css    
(original)
+++ z3lab/cpsskins/branches/jmo-perspectives/engines/authoring/authoring.css    
Mon Nov  7 21:17:10 2005
@@ -12,7 +12,7 @@
 }
 
 #editSpace {
-  margin-top: 80px;
+  margin-top: 50px;
 }
 
 div.floatingHeader {
@@ -20,20 +20,21 @@
   top: 0;
   left: 0;
   width: 100%;
-  background: #aaa;
-  height: 55px;
+  background: #aaa url(/++skin++cpsskins/@@/gray-gradient.png) bottom left 
repeat-x;
+  border-bottom: 1px solid #000;
+  height: 50px;
   z-index: 10;
 }
 
 div.floatingHeader2 {
   position: absolute;
-  top: 55px;
+  bottom: 0;
   left: 0;
   width: 100%;
-  background: #999 url(/++skin++cpsskins/@@/gray-gradient.png) top left 
repeat-x;
-  height: 26px;
+  background-color: #999;
+  border-top: 2px solid black;
+  height: 25px;
   z-index: 20;
-  border-bottom: 2px solid #000;
 }
 
 .toolbox {
@@ -218,8 +219,8 @@
 
 .perspective {
   position: absolute;
-  right: 8px;
-  top: 8px;
+  right: 5px;
+  top: 5px;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
   background-image: url(/++skin++cpsskins/@@/perspective-12.png);
   background-repeat: no-repeat;
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to