tinycm rev 69 1.2

small CSS change
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 24 02:26:38 2014 +0200 (2014-04-24)
parents c9ab61b3774a
children c59ec0507482
files style.css
line diff
     1.1 --- a/style.css	Thu Apr 24 02:12:35 2014 +0200
     1.2 +++ b/style.css	Thu Apr 24 02:26:38 2014 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  
     1.5  #header {
     1.6  	/*background: #351a0a;*/
     1.7 -	background: #443b31;
     1.8 +	background: #333;
     1.9  	height: 40px;
    1.10  	border-bottom: 8px solid #cfcfcf;
    1.11  }
    1.12 @@ -85,8 +85,11 @@
    1.13  #login input[type="submit"] { float: none; }
    1.14  #login p { display: inline; }
    1.15  
    1.16 +#signup input[type="text"], #signup input[type="password"] { 
    1.17 +	width: 400px; }
    1.18 +	
    1.19  #user {
    1.20 -	background-color: #362E24;
    1.21 +	background-color: #222;
    1.22  	padding: 4px;
    1.23  	width: 84px;
    1.24  	float: right;