[Checkins] SVN: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_ fixed images for IE6 and polished some styles for this beast

Denis Mishunov denis.mishunoff at gmail.com
Wed Feb 6 07:01:56 EST 2008


Log message for revision 83589:
  fixed images for IE6 and polished some styles for this beast

Changed:
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/feature_community.png
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/feature_default.png
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/feature_get.png
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/feature_learn.png
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/feature_taste.png
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/icon_experience.png
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/icon_functionality.png
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/icon_standards.png
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/IEFixes.css.dtml
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml

-=-
Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/feature_community.png
===================================================================
(Binary files differ)

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/feature_default.png
===================================================================
(Binary files differ)

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/feature_get.png
===================================================================
(Binary files differ)

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/feature_learn.png
===================================================================
(Binary files differ)

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/feature_taste.png
===================================================================
(Binary files differ)

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/icon_experience.png
===================================================================
(Binary files differ)

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/icon_functionality.png
===================================================================
(Binary files differ)

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/icon_standards.png
===================================================================
(Binary files differ)

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/IEFixes.css.dtml
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/IEFixes.css.dtml	2008-02-06 11:26:35 UTC (rev 83588)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/IEFixes.css.dtml	2008-02-06 12:01:56 UTC (rev 83589)
@@ -169,7 +169,37 @@
 }
 
 #searchGadget {
-    height: 21px;
+    height: 14px;
 }
+* html #searchGadget {
+    height: 16px;
+}
 
+* html #portal-header-divider {padding-top: 0.7em}
+* html .contentViews {padding-top: 2px;}
+
+
+/*
+** TABLELESS STYLES 
+*/
+
+* html #visual-portal-wrapper {
+    height: 1%;
+}
+* html #portal-column-content {
+    display:inline;
+    overflow: hidden;
+}
+#portal-column-two {
+    position:relative;
+}
+
+/* Hides from IE-Mac \*/
+* html #portal-column-content { height: 1%; }
+/* End hide from IE-Mac */
+
+* html #belowcontent-portlets dl.portlet {
+    margin-left: 0.5%;
+}
+
 /* </dtml-with> */

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-06 11:26:35 UTC (rev 83588)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml	2008-02-06 12:01:56 UTC (rev 83589)
@@ -34,8 +34,12 @@
     background:transparent;
     color: &dtml-fontColor;;
 }
+.navTree li {
+    list-style: none;
+    list-style-image: none;
+}
 #searchGadget {
-
+    
 }
 
 #searchGadget[class] {



More information about the Checkins mailing list