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

Use bottom panel as status bar; settings: data picker, lock icon for locked users; font: add 'calendar', 'modem', and 'vpn' icons; etc...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 18 17:13:57 2015 +0300 (2015-05-18)
parents 836e45b5567b
children 2a891cb47520
line diff
     1.1 --- a/styles/default/base.css	Thu Apr 30 02:25:59 2015 +0300
     1.2 +++ b/styles/default/base.css	Mon May 18 17:13:57 2015 +0300
     1.3 @@ -30,7 +30,6 @@
     1.4  }
     1.5  
     1.6  
     1.7 -
     1.8  /**
     1.9   * Toolbar with menu
    1.10   */
    1.11 @@ -368,10 +367,21 @@
    1.12  body > footer {
    1.13  	border-top: 1px solid;
    1.14  	text-align: center;
    1.15 -	height: 1rem;
    1.16 -	font-size: smaller;
    1.17 +	height: 19px; margin: 0; padding: 0;
    1.18 +	line-height: 16px; vertical-align: middle;
    1.19 +	z-index: 10;
    1.20  }
    1.21 +#defaultStatus, #statusBar { font-size: smaller; }
    1.22  
    1.23 +#content { z-index: 5; }
    1.24 +
    1.25 +#ajaxStatus {
    1.26 +	position: absolute; right: 0;
    1.27 +	display: inline-block;
    1.28 +	line-height: 16px; vertical-align: middle;
    1.29 +	padding: 0; margin: 0;
    1.30 +	height: 16px;
    1.31 +}
    1.32  
    1.33  /***************
    1.34   * HTML5 Meter *
    1.35 @@ -539,7 +549,7 @@
    1.36  
    1.37  [data-icon="tazpanel"]::before {
    1.38  	display: inline-block;
    1.39 -	content: '\f13d';
    1.40 +	content: '\f151';
    1.41  	color: #EBEBEB;
    1.42  	border: 1pt solid hsl(5, 85%, 35%); border-radius: 0.2rem;
    1.43  	font-size: 32px; line-height: 32px;
    1.44 @@ -750,7 +760,7 @@
    1.45  body > header { position: absolute; top: 0; }
    1.46  body > footer { position: absolute; bottom: 0; left: 0; right: 0; }
    1.47  #content, #content-sidebar {
    1.48 -	position: absolute; top: 63px; bottom: 1rem; left: 0; right: 0;
    1.49 +	position: absolute; top: 63px; bottom: 20px; left: 0; right: 0;
    1.50  	overflow-y: auto; overflow-x: hidden;
    1.51  }
    1.52