[Checkins] SVN: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_ remove fluffy bits from the news and download portlets, fix spacing

Kevin Teague kevin at bud.ca
Tue Jan 1 19:21:49 EST 2008


Log message for revision 82633:
  remove fluffy bits from the news and download portlets, fix spacing

Changed:
  U   gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_custom_templates/portlet_news.pt
  U   gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml
  U   gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_templates/portlet_download.pt

-=-
Modified: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_custom_templates/portlet_news.pt
===================================================================
--- gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_custom_templates/portlet_news.pt	2008-01-01 18:24:55 UTC (rev 82632)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_custom_templates/portlet_news.pt	2008-01-02 00:21:48 UTC (rev 82633)
@@ -11,12 +11,6 @@
 
     <dt class="portletHeader">
       <span class="portletTopLeft"></span>
-
-	  <img src="#" tal:attributes="src string: ${here/portal_url}/Camp_fire.jpg"
-		   style="float: right; right: 10px; bottom: 8px" />
-	  <h2>Grok News</h2>
-	  <div class="discreet">Chatter from the cave</div>
-		
       <span class="portletTopRight"></span>
     </dt>
 	<br style="clear: both;" />
@@ -50,6 +44,9 @@
 	 	<img src="#" tal:attributes="src string: ${here/portal_url}/rss.gif"
 	      alt="Grok News RSS Feed"
 	      style="margin-top: 8px;" />
+	 </a><br />
+	 <a href="#" tal:attributes="href string: ${here/portal_url}/news/">
+	    View all Grok news
 	 </a>
 	 </div>
 

Modified: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml
===================================================================
--- gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2008-01-01 18:24:55 UTC (rev 82632)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2008-01-02 00:21:48 UTC (rev 82633)
@@ -317,8 +317,13 @@
 	padding: 5px;
 	border-left: 2px solid #dddddd;
 	border-right: 2px solid #dddddd;
+	line-height: 0.9em;
 }
 
+.portletItem p {
+    padding: 0.25em 0 0.25em 0;
+}
+
 .portletItemDetails {
 	font-size: 80%;
 	margin-right: 4px;

Modified: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_templates/portlet_download.pt
===================================================================
--- gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_templates/portlet_download.pt	2008-01-01 18:24:55 UTC (rev 82632)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_templates/portlet_download.pt	2008-01-02 00:21:48 UTC (rev 82633)
@@ -10,7 +10,6 @@
 
     <dt class="portletHeader">
       <span class="portletTopLeft"></span>
-      <h2>Get Grok</h2>
       <div class="discreet">Current release</div>
       <span class="portletTopRight"></span>
     </dt>



More information about the Checkins mailing list