tazpanel diff styles/default/style.css @ rev 49

Update all page with latest functions such as debug, bunch of fixes and adding support for deamons
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 09 00:22:23 2011 +0200 (2011-04-09)
parents 56d55a9dcc9c
children e873f2b155dd
line diff
     1.1 --- a/styles/default/style.css	Fri Apr 08 05:59:24 2011 +0200
     1.2 +++ b/styles/default/style.css	Sat Apr 09 00:22:23 2011 +0200
     1.3 @@ -130,7 +130,7 @@
     1.4  	padding: 4px;
     1.5  	height: 17px;
     1.6  	margin: 0;
     1.7 -	width: 190px;
     1.8 +	width: 200px;
     1.9  	border-top-left-radius: 4px;
    1.10  	border-bottom-left-radius: 4px;
    1.11  }
    1.12 @@ -206,7 +206,7 @@
    1.13  	border: 1px solid #999;
    1.14  }
    1.15  
    1.16 -input[type=text] { height: 18px; }
    1.17 +input[type=text], input[type=password] { height: 18px; }
    1.18  
    1.19  div.scroll { height: 200px; overflow: auto;
    1.20  	border: 1px solid #ddd; }