tazbug diff web/style.css @ rev 21

Improve search function and login page, use placeholder and THANKS Paul for the corrections
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 04 22:40:54 2012 +0200 (2012-04-04)
parents 5adb233a979b
children 828d018ffb0f
line diff
     1.1 --- a/web/style.css	Tue Apr 03 12:12:59 2012 +0200
     1.2 +++ b/web/style.css	Wed Apr 04 22:40:54 2012 +0200
     1.3 @@ -71,18 +71,18 @@
     1.4  #content {
     1.5  	margin: 40px auto;
     1.6  	text-align: justify;
     1.7 -	width: 720px;
     1.8 +	max-width: 720px;
     1.9  }
    1.10  
    1.11  #login {
    1.12 -	width: 280px;
    1.13 +	width: 240px;
    1.14  	float: left;
    1.15  	height: 120px;
    1.16  }
    1.17  
    1.18  #login input[type="text"], #login input[type="password"],
    1.19  #tools input[type="text"] { 
    1.20 -	width: 180px; padding: 3px; }
    1.21 +	width: 220px; padding: 3px; }
    1.22  #tools input[type="submit"] { padding: 3px; }
    1.23  #login input[type="submit"] { float: none; }
    1.24  
    1.25 @@ -96,7 +96,7 @@
    1.26  }
    1.27  #user a { padding: 0 4px; }
    1.28  
    1.29 -#account-info { width: 380px; height: 120px; float: right; }
    1.30 +#account-info { width: 420px; height: 120px; float: right; }
    1.31  
    1.32  #newbug textarea { width: 460px; }
    1.33