Author: jmorliaguet
Date: Sun Nov 13 11:06:20 2005
New Revision: 29482

Modified:
   z3lab/cpsskins/branches/jmo-perspectives/browser/editing/edit_panel.pt
   z3lab/cpsskins/branches/jmo-perspectives/browser/editing/editing.css
   z3lab/cpsskins/branches/jmo-perspectives/engines/authoring/authoring.css
Log:

- cosmetic



Modified: z3lab/cpsskins/branches/jmo-perspectives/browser/editing/edit_panel.pt
==============================================================================
--- z3lab/cpsskins/branches/jmo-perspectives/browser/editing/edit_panel.pt      
(original)
+++ z3lab/cpsskins/branches/jmo-perspectives/browser/editing/edit_panel.pt      
Sun Nov 13 11:06:20 2005
@@ -1,6 +1,6 @@
 <html metal:use-macro="context/@@popup_macros/frames">
   <metal:block metal:fill-slot="body">
-    <frameset rows="70px,*,50px" frameborder="0"
+    <frameset rows="75px,*,50px" frameborder="0"
       tal:define="tmutil context/@@getThemeManager;
                   id request/form/id;
                   format request/form/format|string:;

Modified: z3lab/cpsskins/branches/jmo-perspectives/browser/editing/editing.css
==============================================================================
--- z3lab/cpsskins/branches/jmo-perspectives/browser/editing/editing.css        
(original)
+++ z3lab/cpsskins/branches/jmo-perspectives/browser/editing/editing.css        
Sun Nov 13 11:06:20 2005
@@ -14,7 +14,7 @@
 }
 
 .editArea {
-  font: 10px Trebuchet MS, Arial, Helvetica, sans-serif;
+  font: 10px Arial, Helvetica, sans-serif;
   padding: 15px;
   color: #000;
 }
@@ -42,7 +42,7 @@
 
 .editArea h1 {
   letter-spacing: -0.03em;
-  font-size: 180%;
+  font-size: 190%;
   font-weight: normal;
   color: #000;
   border-left: 7px solid #fc0;
@@ -147,7 +147,7 @@
   border-width: 1px;
   border-style: solid;
   border-color: #ccc #333 #333 #ccc;
-  font: 14px "Trebuchet MS", Arial, Sans-Serif;
+  font: 14px Arial, Sans-Serif;
   padding: 0.2em 0.8em 0.2em 0.8em;
   text-decoration: none;
   margin-right: 0.4em;
@@ -206,46 +206,24 @@
   color: #000;
 }
 
-.presentations {
-  font: 11px Verdana, Arial, Sans-Serif;
+.editActions {
+  font: 12px Arial, Sans-Serif;
   position: absolute;
   top: 55px;
-  right: 26px;
+  right: 20px;
 }
 
-.presentations a, .presentations a:visited {
+.editActions a, .editActions a:visited {
   text-decoration: none;
-  text-transform: lowercase;
+  text-transfom: lowercase;
   color: #006;
+  padding: 0.1em 0.5em 0.1em 0.5em;
+  border: 1px solid #fff;
 }
 
-.presentations img {
-  border: none;
-  vertical-align: middle;
-  padding-right: 4px;
-}
-
-.presentations input {
-  display: none;
-}
-
-.presentations label {
-  font: 12px "Trebuchet MS", Verdana, Arial, Sans-Serif;
-  padding: 0.1em 0.4em 0.1em 0.4em;
-  background: #fff;
-  color: #333;
-  border: none;
-  cursor: pointer;
-  -moz-border-radius: 2px;
-}
-
-.presentations label.selected {
-  background: #ff9;
-  color: #333;
-}
-
-.presentations label:hover {
-  background: #ffc;
+.editActions a:hover {
+  border: 1px solid #ccc;
+  background-color: #f3f6f3;
 }
 
 #warning {
@@ -323,7 +301,7 @@
 .hint {
   position: relative;
   margin: 3px 0 0 4px;
-  font: 11px "Trebuchet MS", arial, sans-serif;
+  font: 11px arial, sans-serif;
   text-align: left;
 }
 
@@ -355,7 +333,7 @@
 /* Edit form */
 
 #formArea {
-  font: 11px "Trebuchet MS", verdana, arial, sans-serif;
+  font: 11px verdana, arial, sans-serif;
   border: 1px solid #bbb;
   background-color: #f6f3f3;
   padding: 1em;
@@ -396,7 +374,7 @@
 
 h3.preview {
   text-transform: uppercase;
-  font: 150% "Trebuchet MS", Arial, sans-serif;
+  font: 150% Arial, sans-serif;
   color: #999;
   letter-spacing: 0.1em;
   border-bottom: 1px solid #ccc;

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    
Sun Nov 13 11:06:20 2005
@@ -76,7 +76,7 @@
 .actionPad a {
   font: 12px Arial, Helvetica, sans-serif;
   color: #000 !important;
-  background: #fff;
+  background: #f3f3f3;
   text-decoration: none;
   border: 1px;
   border-style: solid;
@@ -86,7 +86,7 @@
 }
 
 .actionPad a.selected, .actionPad a:hover {
-  background: #ff0;
+  background: #efc;
   border-width: 1px;
   border-style: solid;
   border-color: #333 #ccc #ccc #333;
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to