Author: jmorliaguet
Date: Sat Nov 19 00:00:07 2005
New Revision: 1890

Modified:
   cpsskins/branches/jmo-perspectives/engines/sitedesigner/site_designer.css
   cpsskins/branches/jmo-perspectives/engines/sitedesigner/site_designer.pt
Log:

- cosmetic



Modified: 
cpsskins/branches/jmo-perspectives/engines/sitedesigner/site_designer.css
==============================================================================
--- cpsskins/branches/jmo-perspectives/engines/sitedesigner/site_designer.css   
(original)
+++ cpsskins/branches/jmo-perspectives/engines/sitedesigner/site_designer.css   
Sat Nov 19 00:00:07 2005
@@ -11,17 +11,17 @@
   color: #000;
   border-left: 7px solid #fcaf3e;
   padding: 1px 2px 1px 8px;
-  margin: 0.5em 0 1.2em 0;
+  margin: 0.5em 0 0.4em 0;
 }
 
 h2 {
-  font-size: 145%;
-  font-weight: normal;
-  color: #000;
+  font-size: 120%;
+  font-weight: bold;
+  color: #fff;
   padding: 1px 2px 1px 15px;
-  margin: 0.8em 8px 1em 0;
+  margin: 1.2em 2px 0em 0;
   border-bottom: 1px solid #eee;
-  background-color: #efc;
+  background-color: #555753;
 }
 
 .description {
@@ -33,7 +33,12 @@
 }
 
 .sections {
-  padding: 0.5em 0em 1em 0.5em;
+  padding: 0.5em 0em 0.5em 0.2em;
+  background-color: #f0f0f0;
+  border-style: solid none solid none;
+  border-color: #ddd;
+  border-width: 1px;
+  margin: 2px 2px 2px 0;
 }
 
 .sections .section {

Modified: 
cpsskins/branches/jmo-perspectives/engines/sitedesigner/site_designer.pt
==============================================================================
--- cpsskins/branches/jmo-perspectives/engines/sitedesigner/site_designer.pt    
(original)
+++ cpsskins/branches/jmo-perspectives/engines/sitedesigner/site_designer.pt    
Sat Nov 19 00:00:07 2005
@@ -42,6 +42,7 @@
           <td class="subsection" tal:condition="subsection">
 
             <h2 tal:content="subsection" i18n:translate="" />
+            <div class="sections">
 
             <ul tal:define="setting_info context/@@getSettingInfo">
               <li tal:repeat="info setting_info/?subsection|nothing">
@@ -51,6 +52,7 @@
                    tal:condition="info/setting/readonly">[customize]</a>
               </li>
             </ul>
+            </div>
 
           </td>
         </tr>
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to