SVN: toys/stbr/index.php
vip
vip at pld-linux.org
Thu May 17 00:39:11 CEST 2007
Author: vip
Date: Thu May 17 00:39:07 2007
New Revision: 8574
Modified:
toys/stbr/index.php
Log:
- some css magic
Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Thu May 17 00:39:07 2007
@@ -17,16 +17,14 @@
h2 { text-align: center; }
body, td { font-family: Verdana; font-size: 9pt; }
table { border-collapse: collapse; width: 100%; }
-td { padding: 6px 15px; border-bottom: 1px solid #ebebe4 }
+td { padding: 6px 15px; }
+tr.entry { padding: 6px 15px; border-top: 3px solid #ebebe4; border-bottom: 1px solid #ebebe4 }
+tr.branch { padding: 6px 15px; width: 150px; color: red; }
.thead td, thead td, tfoot td { background-color: #ebebe4 }
.thead td, thead td { border-bottom: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0; padding: 5px 15px }
.thead td a, thead td a { color: #000000 }
tfoot td { border-top: 2px solid #c0c0c0; border-bottom: 1px solid #c0c0c0 }
tfoot td a { display: block; padding: 2px 5px; border: 1px outset; float: left; border: 1px solid #c0c0c0; background-color: #ffffff; color: #000000; text-decoration: none; margin-left: 5px }
-td.branch {
- width: 150px;
- color: red;
-}
#phonebookTable thead tr td div {
text-align: center;
font-weight: bold;
@@ -96,7 +94,7 @@
while($p = sqlite_fetch_array($query))
{
?>
-<tr class="application">
+<tr class="entry">
<td class="date"><?=$p['date']?></td>
<td class="sender"><?=$p['sender']?></td>
<td colspan="4"></td>
@@ -159,7 +157,7 @@
$info = "not filled";
}
?>
-<tr title='<?=$title?>'>
+<tr class="application" title='<?=$title?>'>
<td colspan="2"></td>
<td class="spec"><a href="http://cvs.pld-linux.org/cgi-bin/cvsweb/SPECS/<?=$q['aspec']?>"><?=$q['aspec']?></a></td>
<td class="recip"><a class="mailto"><?=$q['arecipient']?></a></td>
More information about the pld-cvs-commit
mailing list