tazbug diff web/style.css @ rev 72

Small fix to users plugin and go for a grey header
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 15 01:02:13 2014 +0100 (2014-01-15)
parents 41de444b2aa3
children c7cc9e91b4f4
line diff
     1.1 --- a/web/style.css	Tue Jan 07 22:32:00 2014 +0100
     1.2 +++ b/web/style.css	Wed Jan 15 01:02:13 2014 +0100
     1.3 @@ -17,9 +17,9 @@
     1.4  /* Header */
     1.5  
     1.6  #header {
     1.7 -	background: #351a0a;
     1.8 +	background: #222;
     1.9  	height: 40px;
    1.10 -	border-bottom: 8px solid #d66018;
    1.11 +	border-bottom: 4px solid #afafaf;
    1.12  }
    1.13  
    1.14  #header h1 {
    1.15 @@ -43,7 +43,7 @@
    1.16  
    1.17  #network { 
    1.18  	float: right; 
    1.19 -	padding: 12px 5px 0; 
    1.20 +	padding: 14px 5px 0; 
    1.21  	font-size: 12px;
    1.22  	margin-right: 100px;
    1.23  }
    1.24 @@ -83,7 +83,7 @@
    1.25  #login input[type="submit"] { float: none; }
    1.26  
    1.27  #user {
    1.28 -	background-color: #3A2B22;
    1.29 +	background-color: #333;
    1.30  	padding: 4px;
    1.31  	width: 84px;
    1.32  	float: right;
    1.33 @@ -103,7 +103,6 @@
    1.34  	position: absolute;
    1.35  	right: 20px;
    1.36  	top: 60px;
    1.37 -	
    1.38  }
    1.39  
    1.40  #search input[type="text"] { width: 200px; }
    1.41 @@ -154,7 +153,7 @@
    1.42  input[type="submit"], input[type="text"], input[type="password"], 
    1.43  select, #tools a {
    1.44  	color: #444444;
    1.45 -	border: 1px solid #cccccc;
    1.46 +	border: 1px solid #afafaf;
    1.47  	padding: 4px;
    1.48  	margin: 4px 0px;
    1.49  	font-size: 14px;