Author: jmorliaguet
Date: Thu Jan  5 00:56:08 2006
New Revision: 2143

Modified:
   cpsskins/branches/jmo-perspectives/ui/authoring/authoring.css
   cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.css
   cpsskins/branches/jmo-perspectives/ui/screens/editor.pt
   cpsskins/branches/jmo-perspectives/ui/sitedesigner/site_designer.css
Log:

- cosmetic fixes



Modified: cpsskins/branches/jmo-perspectives/ui/authoring/authoring.css
==============================================================================
--- cpsskins/branches/jmo-perspectives/ui/authoring/authoring.css       
(original)
+++ cpsskins/branches/jmo-perspectives/ui/authoring/authoring.css       Thu Jan 
 5 00:56:08 2006
@@ -16,6 +16,10 @@
   margin-top: 50px;
 }
 
+#mainArea {
+  padding: 1em;
+}
+
 div.locationSelector {
   background-color: #eee;
   font-size: 12px;
@@ -245,22 +249,3 @@
   height: expression('40px'); /* for IE 'height' is 'min-height' */
 }
 
-#drag-feedback-box {
-  position: absolute;
-  filter: alpha(opacity=80);
-  opacity: 0.8;
-  display: none;
-  z-index: 1000;
-  cursor: move;
-}
-
-#selection-box {
-  position: absolute;
-  background-color: expression('#ff0');
-  border: 1px dashed #999;
-  filter: alpha(opacity=50);
-  background-image: url(/++skin++cpsskins/@@/bg_alpha50.png);
-  display: none;
-  z-index: 5;
-}
-

Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.css
==============================================================================
--- cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.css        
(original)
+++ cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.css        Thu Jan 
 5 00:56:08 2006
@@ -68,3 +68,24 @@
   margin-top: -2px;
 }
 
+/* Drag-and-drop */
+
+#drag-feedback-box {
+  position: absolute;
+  filter: alpha(opacity=80);
+  opacity: 0.8;
+  display: none;
+  z-index: 1000;
+  cursor: move;
+}
+
+#selection-box {
+  position: absolute;
+  background-color: expression('#ff0');
+  border: 1px dashed #999;
+  filter: alpha(opacity=50);
+  background-image: url(/++skin++cpsskins/@@/bg_alpha50.png);
+  display: none;
+  z-index: 5;
+}
+

Modified: cpsskins/branches/jmo-perspectives/ui/screens/editor.pt
==============================================================================
--- cpsskins/branches/jmo-perspectives/ui/screens/editor.pt     (original)
+++ cpsskins/branches/jmo-perspectives/ui/screens/editor.pt     Thu Jan  5 
00:56:08 2006
@@ -1,6 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"
+<html i18n:domain="cpsskins"
+  xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"
   tal:define="tmutil context/@@getThemeManager;
               negociation nocall:context/@@negociation;
               effective_theme negociation/getTheme;
@@ -17,8 +18,6 @@
     <script type="text/javascript"
             src="/++skin++cpsskins/@@/++resource++prototype.js"></script>
     <script type="text/javascript"
-            src="/++skin++cpsskins/@@/++resource++pdlib.js"></script>
-    <script type="text/javascript"
             src="/++skin++cpsskins/@@/++resource++authoring.js"></script>
     <script type="text/javascript"
             src="/++skin++cpsskins/@@/++resource++json.js"></script>
@@ -64,13 +63,7 @@
 
     </div>
 
-      <!-- main area: rendered page -->
-      <cpsskins:panel
-          perspectives="site-designer"
-          url="@@site-designer.html"
-          css="/++skin++cpsskins/@@/++resource++site-designer.css">
-      </cpsskins:panel>
-
+    <!-- Edit area for rendered content -->
     <div id="editArea">
 
       <!-- top area -->
@@ -152,6 +145,18 @@
       <div id="selection-box"></div>
     </div>
 
+    <!-- Main area for other screens -->
+    <div id="mainArea">
+
+      <cpsskins:panel
+          perspectives="site-designer"
+          url="@@site-designer.html"
+          css="/++skin++cpsskins/@@/++resource++site-designer.css">
+      </cpsskins:panel>
+
+    </div>
+
+    <!-- Bottom area -->
     <div class="floatingFooter">
 
       <cpsskins:panel

Modified: cpsskins/branches/jmo-perspectives/ui/sitedesigner/site_designer.css
==============================================================================
--- cpsskins/branches/jmo-perspectives/ui/sitedesigner/site_designer.css        
(original)
+++ cpsskins/branches/jmo-perspectives/ui/sitedesigner/site_designer.css        
Thu Jan  5 00:56:08 2006
@@ -1,9 +1,4 @@
 
-#editArea {
-  font: 12px Arial, sans-serif;
-  padding: 1em;
-}
-
 h1 {
   letter-spacing: -0.03em;
   font-size: 160%;
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to