Changeset 145
- Timestamp:
- 09/08/2006 03:07:51 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
admin/xcache.css (modified) (1 diff)
-
coverager/coverager.css (modified) (1 diff)
-
coverager/coverager.tpl.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/xcache.css
r125 r145 1 input, table { font-family: monospace; font-size: 11px; } 2 table.cycles { border: 1px solid black; background: white; margin-top: 5px; margin-bottom: 5px; } 1 input, table { font-family: sans-serif; font-size: 11px; } 2 table { border-collapse: collapse; } 3 table.cycles { border: 1px solid black; margin-top: 5px; margin-bottom: 5px; } 3 4 table.cycles .col1 { background-color: #f5f5f5; } 4 5 table.cycles .col2 { background-color: #e0e0e0; } 5 table.cycles th, table.cycles td { border -top: 1px solid white; border-left: 1px solid white; }6 table.cycles th { background-color: # 707090; color: white; font-weight: bold; height: 20px; line-height: 20px; font-family: serif; }7 th a { color: white; font-weight: bold; display: block; width: 100%; height: 100%; }6 table.cycles th, table.cycles td { border: 1px solid black; font-family: monospace; } 7 table.cycles th { background-color: #9999cc; color: black; font-weight: bold; height: 20px; line-height: 20px; font-family: serif; } 8 th a { color: black; font-weight: bold; display: block; width: 100%; height: 100%; } 8 9 .button { } 9 10 span.sortarrow { color: white; text-decoration: none; } -
trunk/coverager/coverager.css
r124 r145 1 h1 { text-align: center; } 2 input, table { font-family: monospace; font-size: 11px; } 3 table.cycles { border: 1px solid black; background: white; margin-top: 5px; margin-bottom: 5px; } 1 h1 { text-align: center; display: block; } 2 input, table { font-family: sans-serif; font-size: 11px; } 3 table { border-collapse: collapse; } 4 table.cycles { border: 1px solid black; margin-top: 5px; margin-bottom: 5px; } 4 5 table.cycles .col1 { background-color: #f5f5f5; } 5 6 table.cycles .col2 { background-color: #e0e0e0; } 6 table.cycles th { background-color: #707090; color: white; font-weight: bold; height: 20px; line-height: 18px; font-family: serif; } 7 th a { color: white; font-weight: bold; display: block; width: 100%; height: 100%; } 7 table.cycles th, table.cycles td { border: 1px solid black; font-family: monospace; } 8 table.cycles th { background-color: #9999cc; color: black; font-weight: bold; height: 20px; line-height: 20px; font-family: serif; } 9 th a { color: black; font-weight: bold; display: block; width: 100%; height: 100%; } 8 10 9 11 .coverFile { -
trunk/coverager/coverager.tpl.php
r124 r145 57 57 $l_tds = _T("TODO"); 58 58 return <<<EOS 59 <table align="center" cellpadding="2" cellspacing=" 1" border="0" class="cycles">59 <table align="center" cellpadding="2" cellspacing="0" border="0" class="cycles"> 60 60 <tr> 61 61 <th>{$l_dir}</th><th>{$l_per}</th><th>{$l_hit}</th><th>{$l_lns}</th><th>{$l_tds}</th> … … 118 118 return <<<EOS 119 119 <br> 120 <table align="center" cellpadding="2" cellspacing=" 1" border="0" class="cycles">120 <table align="center" cellpadding="2" cellspacing="0" border="0" class="cycles"> 121 121 <tr> 122 122 <th>{$l_fil}</th><th>{$l_per}</th><th>{$l_hit}</th><th>{$l_lns}</th>

