Author: jmorliaguet
Date: Mon Jun 12 16:56:35 2006
New Revision: 3400

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

Log:

- made the top tabs and buttons always visible



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 Mon Jun 
12 16:56:35 2006
@@ -39,11 +39,25 @@
   z-index: 10;
 }
 
+div.floatingHeader2 {
+  position: absolute;
+  top: 51px;
+  left: 0;
+  width: 100%;
+  background-color: #fff;
+  z-index: 10;
+}
+
 @media screen {
 body > div.floatingHeader {
   position: fixed; }
 }
 
[EMAIL PROTECTED] screen {
+body > div.floatingHeader2 {
+  position: fixed; }
+}
+
 .leftPanel {
   vertical-align: top;
   cursor: default;

Modified: 
cpsskins/branches/paris-sprint-2006/ui/screens/common/images/bg-header.png
==============================================================================
Binary files. No diff available.

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    Mon Jun 12 
16:56:35 2006
@@ -29,23 +29,8 @@
       <ins class="view" tal:content="python: view('perspective-selector')" />
     </div>
 
-    <ins class="controller"
-         tal:content="python: controller('panel-perspectives')" />
-
-    <!-- Edit area for rendered content -->
-    <div id="editArea">
-      <ins class="controller"
-           tal:content="python: controller('main-editor-perspectives')" />
-      <ins class="controller"
-           tal:content="python: controller('main-editor-actions')" />
-      <ins class="controller"
-           tal:content="python: controller('element-editor-actions')" />
-      <ins class="controller"
-           tal:content="python: controller('factory-actions')" />
-      <ins class="controller"
-           tal:content="python: controller('disable-links')" />
-
       <!-- top tabs -->
+    <div class="floatingHeader2">
       <ins class="model" tal:content="python: model('theme-tabs')" />
       <ins class="view" tal:content="python: view('theme-tabs')" />
       <ins class="model" tal:content="python: model('page-tabs')" />
@@ -61,10 +46,35 @@
       <ins class="view" tal:content="python: view('page-mode-selector')" />
       <ins class="controller"
        tal:content="python: controller('page-mode-perspectives')" />
+    </div>
 
-      <ins class="model" tal:content="python: model('panels')" />
+    <ins class="model" tal:content="python: model('panels')" />
+    <ins class="controller"
+         tal:content="python: controller('panel-perspectives')" />
 
-      <table style="width:100%">
+    <!-- Edit area for rendered content -->
+    <div id="editArea">
+      <ins class="controller"
+           tal:content="python: controller('main-editor-perspectives')" />
+      <ins class="controller"
+           tal:content="python: controller('main-editor-actions')" />
+      <ins class="controller"
+           tal:content="python: controller('element-editor-actions')" />
+      <ins class="controller"
+           tal:content="python: controller('factory-actions')" />
+      <ins class="controller"
+           tal:content="python: controller('disable-links')" />
+
+      <!-- Main area for other screens -->
+      <div id="mainArea">
+        <ins class="model" tal:content="python: model('site-manager')" />
+        <ins class="view" tal:content="python: view('site-manager')" />
+        <!-- element editor -->
+        <ins class="model" tal:content="python: model('element-editor')" />
+        <ins class="view" tal:content="python: view('element-editor')" />
+      </div>
+
+      <table style="width:100%; margin-top: 102px">
         <tr>
           <!-- left panel -->
           <td class="leftPanel">
@@ -76,7 +86,7 @@
              tal:content="python: controller('content-factory')" />
           </td>
           <!-- rendered pages -->
-          <td id="canvasArea" style="width: 100%" valign="top">
+          <td id="canvasArea" style="width: 100%;" valign="top">
             <ins class="model" tal:content="python: model('page-designer')" />
             <ins class="view" tal:content="python: view('page-designer')" />
             <ins class="model" tal:content="python: model('content-author')" />
@@ -86,6 +96,7 @@
           </td>
         </tr>
       </table>
+
       <!-- Contextual menu -->
       <ins class="view" tal:content="python: view('context-menu')" />
       <ins class="controller"
@@ -93,13 +104,5 @@
       <ins class="controller"
        tal:content="python: controller('show-hide-menu')" />
     </div>
-    <!-- Main area for other screens -->
-    <div id="mainArea">
-      <ins class="model" tal:content="python: model('site-manager')" />
-      <ins class="view" tal:content="python: view('site-manager')" />
-      <!-- element editor -->
-      <ins class="model" tal:content="python: model('element-editor')" />
-      <ins class="view" tal:content="python: view('element-editor')" />
-    </div>
   </body>
 </html>
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to