freeside/httemplate/search/elements search.html,1.12,1.13
ivan
ivan at pouncequick.420.am
Sun Apr 10 03:16:07 PDT 2005
Update of /home/cvs/cvsroot/freeside/httemplate/search/elements
In directory pouncequick:/tmp/cvs-serv17937
Modified Files:
search.html
Log Message:
add some left and right padding so cells don't run into each other so badly
Index: search.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/elements/search.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- search.html 12 Mar 2005 14:31:48 -0000 1.12
+++ search.html 10 Apr 2005 10:16:04 -0000 1.13
@@ -224,8 +224,8 @@
<%= $pager %>
<STYLE TYPE="text/css">
.grid table { border: solid; empty-cells: show }
- .grid TH { padding-left: 1px; padding-right: 1px; border: 1px solid #dddddd; border-bottom: dashed 1px black; border-right: none }
- .grid TD { padding-left: 1px; padding-right: 1px; empty-cells: show; border: 1px solid #cccccc; border-bottom: none; border-right: none }
+ .grid TH { padding-left: 3px; padding-right: 3px; border: 1px solid #dddddd; border-bottom: dashed 1px black; border-right: none }
+ .grid TD { padding-left: 3px; padding-right: 3px; empty-cells: show; border: 1px solid #cccccc; border-bottom: none; border-right: none }
</STYLE>
<TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 BORDER=1 BORDERCOLOR="#000000" STYLE="border: solid 1px black; empty-cells: show">
<TR>
More information about the freeside-commits
mailing list