phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] ged/templates/base css/default.css history.tpl


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] ged/templates/base css/default.css history.tpl
Date: Mon, 02 Apr 2007 17:54:58 +0000

CVSROOT:        /sources/phpgroupware
Module name:    ged
Changes by:     Pascal Vilarem <maat>   07/04/02 17:54:58

Modified files:
        templates/base/css: default.css 
        templates/base : history.tpl 

Log message:
        reduced size of history displayed text

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ged/templates/base/css/default.css?cvsroot=phpgroupware&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/ged/templates/base/history.tpl?cvsroot=phpgroupware&r1=1.1&r2=1.2

Patches:
Index: css/default.css
===================================================================
RCS file: /sources/phpgroupware/ged/templates/base/css/default.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- css/default.css     2 Apr 2007 17:33:17 -0000       1.7
+++ css/default.css     2 Apr 2007 17:54:58 -0000       1.8
@@ -72,6 +72,9 @@
 padding-top: 1em;
 }
 
+#ged_history table {
+font-size: 8pt;
+}
 
 #ged_info .ged_file_description {
        border: 1px solid black;

Index: history.tpl
===================================================================
RCS file: /sources/phpgroupware/ged/templates/base/history.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- history.tpl 2 Apr 2007 17:33:17 -0000       1.1
+++ history.tpl 2 Apr 2007 17:54:58 -0000       1.2
@@ -2,7 +2,7 @@
 <table class="ged_events_list" width="70%" cellspacing="0" cellpadding"0">
 <!-- BEGIN event_list -->
 <tr class="{event_status_oe}">
-<td width="20"><img src="{icon}"/></td><td 
width="30"><b>v{version}</b></td><td width="300">{date} <b>{action}</b> 
({actor})</td><td align="left">{comment}</td>
+<td width="20"><img src="{icon}"/></td><td 
width="30"><b>v{version}</b></td><td width="100">{date}</td><td 
width="150"><b>{action}</b> ({actor})</td><td align="left">{comment}</td>
 </tr>
 <!-- END event_list -->
 </table>
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]