tazpanel rev 408

style.css: small changes.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 12 01:11:21 2015 +0200 (2015-01-12)
parents 33fd4be42594
children c41b96d447ba
files styles/default/style.css
line diff
     1.1 --- a/styles/default/style.css	Sun Jan 11 12:09:36 2015 +0200
     1.2 +++ b/styles/default/style.css	Mon Jan 12 01:11:21 2015 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * CSS style for TazPanel - (C) 2011-12 SliTaz GNU/Linux
     1.6 + * CSS style for TazPanel - (C) 2011-2015 SliTaz GNU/Linux
     1.7  */
     1.8  
     1.9  /* To always have a scroll bar */
    1.10 @@ -307,12 +307,12 @@
    1.11  	padding: 4px;
    1.12  	margin: 4px 0px;
    1.13  	font-size: 14px;
    1.14 -	line-height: 1.2em;
    1.15 +	/*line-height: 1.2em;*/
    1.16  	background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    1.17  	background-image: -moz-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    1.18 -	-webkit-appearance: none;
    1.19 +	/*-webkit-appearance: none;
    1.20  	-webkit-padding-end: 12px;
    1.21 -	-webkit-padding-start: 6px;
    1.22 +	-webkit-padding-start: 6px;*/
    1.23  }
    1.24  input[type="submit"] {
    1.25  	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);