[Checkins] SVN: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_ Update links on the download portlet. Fixes to the authoring CSS.

Kevin Teague kevin at bud.ca
Wed Jan 23 04:26:05 EST 2008


Log message for revision 83106:
  Update links on the download portlet. Fixes to the authoring CSS.

Changed:
  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_styles/gzo.plonesmashtheme.css.dtml
===================================================================
--- gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2008-01-23 01:13:36 UTC (rev 83105)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2008-01-23 09:26:03 UTC (rev 83106)
@@ -192,6 +192,10 @@
 	border-bottom-width: 1px;
 }
 
+.documentContent a:visited img {
+    border-bottom-width: 0;
+}
+
 .documentContent .documentByLine {
 	font-size: 10px;
 }
@@ -529,20 +533,24 @@
 
 /* authoring */
 
+body.kupu {
+    font-size: 120%;
+}
+
 .documentEditable .documentContent {
     padding: 1em;
 }
 
 .contentActions {
-    font-size: 80%;
+    font-size: 90%;
 }
 
 .contentViews {
-    font-size: 80%;
+    font-size: 90%;
 }
 
 ul.formTabs {
-    margin: 0 0 -2px 0;
+    margin: 0 0 -4px 0;
 }
 
 li.formTab {

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-23 01:13:36 UTC (rev 83105)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_templates/portlet_download.pt	2008-01-23 09:26:03 UTC (rev 83106)
@@ -16,8 +16,8 @@
 
     <dd class="portletItem odd">
       <p><b>Grok 0.11.1</b> <span style="font-size: 10px">released on 2008-01-20</span></p>
-      <p><a href="http://pypi.python.org/pypi/grok/0.11.1">View release notes &#187;</a></p>
-      <p><a href="/project/releases/0.11.1">Download &#187;</a></p>
+      <p><a href="/about/download">Download &#187;</a></p>
+      <p><a href="/project/releases/0.11.1">View release notes &#187;</a></p>
     </dd>
 
     <dd class="portletFooter">



More information about the Checkins mailing list