slitaz-arm diff cgi-adm/data/style.css @ rev 219

dot command may not search current directory first
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 23 13:50:45 2017 +0200 (2017-07-23)
parents e785c2b0ea5a
children
line diff
     1.1 --- a/cgi-adm/data/style.css	Sat Apr 26 12:06:42 2014 +0200
     1.2 +++ b/cgi-adm/data/style.css	Sun Jul 23 13:50:45 2017 +0200
     1.3 @@ -50,14 +50,15 @@
     1.4  input[type="submit"], select, .button a {
     1.5  	color: #444444;
     1.6  	border: 1px solid #afafaf;
     1.7 -	padding: 4px;
     1.8 +	padding: 6px;
     1.9  	margin: 4px 0px;
    1.10  	font-size: 14px;
    1.11  	line-height: 1.2em;
    1.12 +	cursor: pointer;
    1.13  	background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    1.14  	background-image: -moz-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    1.15  	-webkit-appearance: none;
    1.16 -	-webkit-padding-end: 12px;
    1.17 +	-webkit-padding-end: 6px;
    1.18  	-webkit-padding-start: 6px;
    1.19  }
    1.20  input[type="submit"],  {
    1.21 @@ -70,7 +71,6 @@
    1.22  	padding: 4px;
    1.23  	min-width: 360px;
    1.24  }
    1.25 -
    1.26  input[type="submit"]:hover, select:hover, .button a:hover {
    1.27  	background-color: #ddd;
    1.28  	border: 1px solid #999;