[Checkins] SVN: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/ some styles' polishing

Denis Mishunov denis.mishunoff at gmail.com
Sun Feb 3 17:49:51 EST 2008


Log message for revision 83473:
  some styles' polishing

Changed:
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml

-=-
Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml	2008-02-03 22:49:35 UTC (rev 83472)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml	2008-02-03 22:49:50 UTC (rev 83473)
@@ -73,10 +73,10 @@
 }
 img.featureImage {
     float: left;
-    margin: 0 0 1em;
+    margin: 1em 0;
 }
 #feature-blurb {
-    padding: 1em 0 2em 280px;
+    padding: 2em 0 2em 250px;
 }
 
 #portal-header-divider {
@@ -85,8 +85,7 @@
     border: 1px solid &dtml-globalBorderColor;;
     border-style: solid none;
     text-align: center;
-    margin-bottom: 2.5em;
-    padding: 2em 0 1em;
+    padding: 1.5em 0 1em;
 }
 #portal-header-divider table {
     text-align: left;
@@ -94,6 +93,7 @@
 }
 #portal-header-divider table td {
     padding: 0 1em 1em;
+    vertical-align:top;
 }
 #portal-column-content {
     padding: 0;
@@ -118,12 +118,15 @@
 }
 .contentActions {
     background-color: #fff;
+    border-bottom: 1px solid &dtml-contentViewBorderColor;;
+    border-style: none none solid;
 }
 .actionMenu .actionMenuContent li a:hover {
     color: &dtml-contentViewFontColor;;
 }
 .documentEditable .documentContent {
-    padding: 1em 1em 2em;
+    padding: 1em 0em 2em;
+    border-style: none;
 }
 
 .state-private {

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml	2008-02-03 22:49:35 UTC (rev 83472)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml	2008-02-03 22:49:50 UTC (rev 83473)
@@ -34,8 +34,11 @@
 
 .documentContent {
     font-size: 110%;
-    padding: 2.7em 1em;
+    padding: 2.7em 0em;
 }
+#content {
+    padding: 0 2.7em;
+}
 .documentContent ul {
     list-style-image: url(&dtml-portal_url;/bullet.gif);
     list-style-type: square;



More information about the Checkins mailing list