Author: jmorliaguet
Date: Fri Jun  9 09:51:05 2006
New Revision: 3369

Modified:
   cpsskins/branches/paris-sprint-2006/ui/screens/common/authoring.css
   cpsskins/branches/paris-sprint-2006/ui/screens/editor.pt

Log:

- UI: redesigned the toolbox



Modified: cpsskins/branches/paris-sprint-2006/ui/screens/common/authoring.css
==============================================================================
--- cpsskins/branches/paris-sprint-2006/ui/screens/common/authoring.css 
(original)
+++ cpsskins/branches/paris-sprint-2006/ui/screens/common/authoring.css Fri Jun 
 9 09:51:05 2006
@@ -39,25 +39,16 @@
   z-index: 10;
 }
 
-div.floatingFooter {
-  position: absolute;
-  bottom: 0;
-  left: 0;
-  width: 100%;
-  height: 30px;
-  z-index: 20;
-}
-
 .toolbox {
-  position: relative;
-  text-align: center;
+  position: fixed;
+  bottom: 8px;
+  right: 8px;
   cursor: default;
-  margin-left: auto;
-  margin-right: auto;
   background-color: #f6f6f6;
   border-width: 1px;
   border-style: solid;
   border-color: #000;
+  z-index: 10;
 }
 
 .toolbox td {
@@ -73,11 +64,6 @@
   position: fixed; }
 }
 
[EMAIL PROTECTED] screen {
-body > div.floatingFooter {
-  position: fixed; }
-}
-
 /* toolbar buttons */
 .actionPad {
   padding-top: 12px;

Modified: cpsskins/branches/paris-sprint-2006/ui/screens/editor.pt
==============================================================================
--- cpsskins/branches/paris-sprint-2006/ui/screens/editor.pt    (original)
+++ cpsskins/branches/paris-sprint-2006/ui/screens/editor.pt    Fri Jun  9 
09:51:05 2006
@@ -78,12 +78,10 @@
       <ins class="view" tal:content="python: view('element-editor')" />
     </div>
 
-    <!-- Bottom area -->
-    <div class="floatingFooter">
-      <ins class="model" tal:content="python: model('portlet-factory')" />
-      <ins class="view" tal:content="python: view('portlet-factory')" />
-      <ins class="controller" tal:content="python: 
controller('portlet-factory')" />
-    </div>
+    <!-- Toolbox -->
+    <ins class="model" tal:content="python: model('portlet-factory')" />
+    <ins class="view" tal:content="python: view('portlet-factory')" />
+    <ins class="controller" tal:content="python: 
controller('portlet-factory')" />
 
   </body>
 </html>
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to