tazpanel diff styles/default/style.css @ rev 153
hardware.cgi and index.cgi better output of df and prepare for disk management
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 18 04:48:51 2011 +0200 (2011-04-18) |
parents | 29a4a55db6e3 |
children | 3e111fd1e533 |
line diff
1.1 --- a/styles/default/style.css Mon Apr 18 03:44:20 2011 +0200 1.2 +++ b/styles/default/style.css Mon Apr 18 04:48:51 2011 +0200 1.3 @@ -183,6 +183,9 @@ 1.4 td.small { min-width: 60px; } 1.5 td.pkg { max-width: 160px; } 1.6 td.desc { max-width: 300px; } 1.7 +td.pct { min-width: 200px; background: #eee; } 1.8 +div.pct { background: #ccc; } 1.9 +td.pct, div.pct { border-radius: 2px; } 1.10 1.11 #thead, .thead, thead { 1.12 height: 10px; 1.13 @@ -198,8 +201,9 @@ 1.14 span.activity-log { color: #888; font-size: 95%; } 1.15 span.diff-rm { color: red; } 1.16 span.diff-add { color: green; } 1.17 -span.diff-at { color: blue; } 1.18 +span.diff-at { color: blue; } 1.19 span.top { color: #00c800; font-weight: bold; font-size: 95%; } 1.20 + 1.21 /* Misc */ 1.22 1.23 pre, .pre-main {