[Checkins] SVN: Zope3/trunk/src/zope/app/rotterdam/site_management
	make the field labels in "site management" views match the context
    Fred L. Drake, Jr. 
    fdrake at gmail.com
       
    Thu May  4 17:11:48 EDT 2006
    
    
  
Log message for revision 67974:
  make the field labels in "site management" views match the context
  (the blue-and-brown look is ugly)
  
Changed:
  U   Zope3/trunk/src/zope/app/rotterdam/site_management.css
  U   Zope3/trunk/src/zope/app/rotterdam/site_management_tablelayout.css
-=-
Modified: Zope3/trunk/src/zope/app/rotterdam/site_management.css
===================================================================
--- Zope3/trunk/src/zope/app/rotterdam/site_management.css	2006-05-04 21:09:18 UTC (rev 67973)
+++ Zope3/trunk/src/zope/app/rotterdam/site_management.css	2006-05-04 21:11:47 UTC (rev 67974)
@@ -52,3 +52,8 @@
 h1, h2, h3, h4, h5, h6 {
     border-bottom: 1px solid #963;
 }
+
+div.row div.label {
+    background: #963;
+    border: 1px solid #963; /* Same as .itemViews */
+}
Modified: Zope3/trunk/src/zope/app/rotterdam/site_management_tablelayout.css
===================================================================
--- Zope3/trunk/src/zope/app/rotterdam/site_management_tablelayout.css	2006-05-04 21:09:18 UTC (rev 67973)
+++ Zope3/trunk/src/zope/app/rotterdam/site_management_tablelayout.css	2006-05-04 21:11:47 UTC (rev 67974)
@@ -68,3 +68,8 @@
 h1, h2, h3, h4, h5, h6 {
     border-bottom: 1px solid #963;
 }
+
+div.row div.label {
+    background: #963;
+    border: 1px solid #963; /* Same as .itemViews */
+}
    
    
More information about the Checkins
mailing list