tazpanel diff styles/default/base.css @ rev 426

Code cleaning; add icons for packages and "toggle" to tazpanel.ttf; merge checkbox.js with tazpanel.js.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 27 14:28:32 2015 +0200 (2015-03-27)
parents 299f204b8f1f
children b0146d791379
line diff
     1.1 --- a/styles/default/base.css	Tue Mar 24 03:39:08 2015 +0200
     1.2 +++ b/styles/default/base.css	Fri Mar 27 14:28:32 2015 +0200
     1.3 @@ -16,8 +16,7 @@
     1.4  
     1.5  body > header {
     1.6  	position: fixed; top: 0; left: 0;
     1.7 -	/*height: 40px;*/ width: 100%;
     1.8 -	/*background: #222 url(images/logo.png) no-repeat left; padding-left: 40px;*/
     1.9 +	width: 100%;
    1.10  	background-color: #222;
    1.11  }
    1.12  
    1.13 @@ -115,9 +114,10 @@
    1.14  
    1.15  #toolbarMenu a { display: block; color: inherit; text-decoration: none; }
    1.16  
    1.17 +/* Clicking this layer close menu */
    1.18  #noMenu {
    1.19  	position: fixed;
    1.20 -	background-color: transparent; /*hsla(40, 100%, 60%, 0.5);*/
    1.21 +	background-color: transparent;
    1.22  	display: none;
    1.23  	height: 100%; width: 100%;
    1.24  }
    1.25 @@ -180,7 +180,7 @@
    1.26  
    1.27  
    1.28  
    1.29 -      fieldset { border: 1pt solid; border-radius: 0.3rem; margin-bottom: 0.2rem; }
    1.30 +fieldset { border: 1pt solid; border-radius: 0.3rem; margin-bottom: 0.2rem; }
    1.31  
    1.32  
    1.33  
    1.34 @@ -193,7 +193,6 @@
    1.35  	padding: 0.1rem 0.3rem;
    1.36  	white-space: nowrap; width: 1rem; /* minimal width */
    1.37  }
    1.38 -#icons img { vertical-align: middle; }
    1.39  
    1.40  
    1.41  
    1.42 @@ -673,7 +672,7 @@
    1.43   * Inputs *
    1.44   **********/
    1.45  
    1.46 -:default  { outline: 1px dotted hsla(240, 100%, 50%, 0.5); outline-offset: -4px; }
    1.47 +/*:default  { outline: 1px dotted hsla(240, 100%, 50%, 0.5); outline-offset: -4px; }*/
    1.48  :required { outline: 1px solid  hsla( 30, 100%, 50%, 0.7); outline-offset: -3px; }
    1.49  :invalid  { outline: 2px solid  hsla(  0, 100%, 50%, 0.7); outline-offset: -3px; }
    1.50