Changeset 352 for trunk/admin
- Timestamp:
- 02/13/2007 05:13:21 AM (2 years ago)
- Location:
- trunk/admin
- Files:
-
- 2 modified
-
xcache.css (modified) (3 diffs)
-
xcache.tpl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/xcache.css
r147 r352 1 input, table { font-family: sans-serif; font-size: 11px; } 2 table { border-collapse: collapse; } 1 input, table { font-family: sans-serif; } 2 input { font-size: 12px; } 3 table { border-collapse: collapse; font-size: 11px; } 3 4 table.cycles { border: 1px solid black; margin-top: 5px; margin-bottom: 5px; } 4 5 table.cycles .col1 { background-color: #f5f5f5; } … … 7 8 table.cycles th { background-color: #9999cc; color: black; font-weight: bold; height: 20px; line-height: 20px; font-family: serif; } 8 9 th a { color: black; font-weight: bold; display: block; width: 100%; height: 100%; } 10 th { font-size: 12px; } 9 11 .moduleinfo table { border: 1px solid black; } 10 12 .moduleinfo table th, .moduleinfo table td { border: 1px solid black; } … … 18 20 .freeblocks td { text-align: right; } 19 21 form {margin: 0; padding: 0} 20 .percent { border: 1px solid black; width: 80%; height: 100%; }22 .percent { border: 1px solid black; width: 80%; height: 20px; } 21 23 .percent div { font-size: 1px; line-height: 1px; width: 100%;} 22 24 .percent .pavail { background: blue; } -
trunk/admin/xcache.tpl.php
r321 r352 62 62 foreach ($cacheinfos as $i => $ci) { 63 63 echo " 64 <tr ", $a->next(), " height=\"20\">";64 <tr ", $a->next(), ">"; 65 65 $pavail = (int) ($ci['avail'] / $ci['size'] * 100); 66 66 $pused = 100 - $pavail;

