[CMF-checkins] CVS: Products/CMFDecor/skins/zpt_generic - actions_box.pt:1.4 zpt_stylesheet.css:1.6

Andrew Sawyers andrew@digicool.com
Tue, 7 Aug 2001 15:34:34 -0400


Update of /cvs-repository/Products/CMFDecor/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv3261/skins/zpt_generic

Modified Files:
	actions_box.pt zpt_stylesheet.css 
Log Message:

*added size attribute to truncID for passing in size.


=== Products/CMFDecor/skins/zpt_generic/actions_box.pt 1.3 => 1.4 ===
 	      tal:condition="icon" align="left" alt="Type"
 		  tal:attributes="src python:'%s/%s' % (here.portal_url(), icon); alt typ" />
-     <span tal:replace="structure python: here.trunID(objID)">ObjectID</span>
+     <span tal:replace="structure python: here.truncID(objID, size=15)">ObjectID</span>
   </td>
  </tr>
  <tr class=""


=== Products/CMFDecor/skins/zpt_generic/zpt_stylesheet.css 1.5 => 1.6 ===
 table.FormLayout th {
     text-align: right;
+    font-size: 80%;
+    font-weight: bold;
 }
 
 table.FormLayout dl.FieldHelp dd {
-    font-size: 70%;
+    font-size: 80%;
+    color: #000000;
 }
 
 table.FormLayout td.ListName {