cookutils rev 345 1.8

Small CSS fix for progress bar
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 05 00:26:29 2012 +0200 (2012-04-05)
parents 14458aa844e2
children 04ec37b24e3e
files web/style.css
line diff
     1.1 --- a/web/style.css	Fri Mar 23 00:42:21 2012 -0300
     1.2 +++ b/web/style.css	Thu Apr 05 00:26:29 2012 +0200
     1.3 @@ -78,7 +78,7 @@
     1.4  	color: #000;
     1.5  }
     1.6  
     1.7 -a.button, .pctbar  {
     1.8 +a.button  {
     1.9  	text-decoration: none;
    1.10  	color: #666;
    1.11  }
    1.12 @@ -88,14 +88,25 @@
    1.13  	border: 1px solid #999;
    1.14  }
    1.15  
    1.16 -.pct { background: #9dff4a; padding: 2px 4px; }
    1.17 -
    1.18 -.button, .pctbar {
    1.19 +.button {
    1.20  	margin: 0;
    1.21  	background: #f1f1f1;
    1.22  	border: 1px solid #ddd;
    1.23  }
    1.24  
    1.25 +/* Progress bar */
    1.26 +
    1.27 +.pct { background: #9dff4a; padding: 2px 4px; }
    1.28 +
    1.29 +.pctbar {
    1.30 +	margin: 0;
    1.31 +	color: #666;
    1.32 +	background: #f1f1f1;
    1.33 +	border: 1px solid #ddd;
    1.34 +	overflow: hidden;
    1.35 +	clear: both;
    1.36 +}
    1.37 +
    1.38  /* Round corner */
    1.39  
    1.40  pre, .button, .pctbar {