cookutils diff web/style.css @ rev 383

cooker: add some support for cross compilation. We use a arch.$ARCH file to check id package must be build for the host arch or not
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 12 23:26:36 2012 +0200 (2012-05-12)
parents 48d0744cb523
children 3fd578a80412
line diff
     1.1 --- a/web/style.css	Thu Apr 05 00:26:29 2012 +0200
     1.2 +++ b/web/style.css	Sat May 12 23:26:36 2012 +0200
     1.3 @@ -28,28 +28,28 @@
     1.4  	width: 250px;
     1.5  }
     1.6  
     1.7 -#header h1 a { 
     1.8 -	color: white; 
     1.9 +#header h1 a {
    1.10 +	color: white;
    1.11  	text-decoration: none;
    1.12  	font-size: 20px;
    1.13  	font-style: italic;
    1.14  }
    1.15  
    1.16 -#header h1 a:hover, #network a:hover { 
    1.17 +#header h1 a:hover, #network a:hover {
    1.18  	color: #d66018;
    1.19  }
    1.20  
    1.21  /* Header links */
    1.22  
    1.23 -#network { 
    1.24 -	float: right; 
    1.25 -	padding: 10px 5px 0; 
    1.26 +#network {
    1.27 +	float: right;
    1.28 +	padding: 10px 5px 0;
    1.29  	font-size: 12px;
    1.30  }
    1.31  
    1.32  #network a {
    1.33  	padding: 0 6px;
    1.34 -	color: #fff; 
    1.35 +	color: #fff;
    1.36  	font-weight: bold;
    1.37  	text-decoration: none;
    1.38  }
    1.39 @@ -73,38 +73,31 @@
    1.40  /* Buttons */
    1.41  
    1.42  .button {
    1.43 -	padding: 2px 4px;
    1.44  	cursor: pointer;
    1.45 -	color: #000;
    1.46 +	padding: 4px;
    1.47 +	margin: 4px 0px;
    1.48  }
    1.49  
    1.50 -a.button  {
    1.51 +a.button, .pctbar  {
    1.52  	text-decoration: none;
    1.53  	color: #666;
    1.54  }
    1.55  
    1.56  .button:hover {
    1.57 -	background-color: #ddd;
    1.58  	border: 1px solid #999;
    1.59  }
    1.60  
    1.61 -.button {
    1.62 -	margin: 0;
    1.63 -	background: #f1f1f1;
    1.64 -	border: 1px solid #ddd;
    1.65 -}
    1.66 -
    1.67 -/* Progress bar */
    1.68 -
    1.69  .pct { background: #9dff4a; padding: 2px 4px; }
    1.70  
    1.71 -.pctbar {
    1.72 -	margin: 0;
    1.73 -	color: #666;
    1.74 -	background: #f1f1f1;
    1.75 -	border: 1px solid #ddd;
    1.76 -	overflow: hidden;
    1.77 -	clear: both;
    1.78 +.button, .pctbar {
    1.79 +	border: 1px solid #cccccc;
    1.80 +	font-size: 14px;
    1.81 +	line-height: 1.2em;
    1.82 +	background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    1.83 +	background-image: -moz-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    1.84 +	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    1.85 +	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    1.86 +	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    1.87  }
    1.88  
    1.89  /* Round corner */