slitaz-forge diff usbkey/main.php @ rev 251

tank: fix padding in CSS
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 07 23:23:50 2012 +0200 (2012-04-07)
parents fd08fdffece4
children 87d4ccc604d7
line diff
     1.1 --- a/usbkey/main.php	Fri Mar 23 11:56:32 2012 +0100
     1.2 +++ b/usbkey/main.php	Sat Apr 07 23:23:50 2012 +0200
     1.3 @@ -107,7 +107,7 @@
     1.4  	<tr>
     1.5  		<td align="right"><?php echo $count ?></td>
     1.6  		<td><input type="text" name="count" value="1" size="5" 
     1.7 -			onfocus="if (this.value &lt; 1) {this.value='1'}" style="width: 80px;"/>
     1.8 +			onblur="if (this.value &lt; 1) {this.value='1'}" style="width: 80px;"/>
     1.9  		<?php echo $size ?>
    1.10  		<select name="size">
    1.11  			<option><?php echo $shell ?></option>