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

settings.cgi: disable live hardware clock on the page; base.css: fix statusbar height.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 23 17:20:17 2015 +0300 (2015-05-23)
parents 470ab4241de5
children 3117717c007d
line diff
     1.1 --- a/styles/default/base.css	Mon May 18 17:13:57 2015 +0300
     1.2 +++ b/styles/default/base.css	Sat May 23 17:20:17 2015 +0300
     1.3 @@ -370,15 +370,16 @@
     1.4  	height: 19px; margin: 0; padding: 0;
     1.5  	line-height: 16px; vertical-align: middle;
     1.6  	z-index: 10;
     1.7 +	overflow: hidden;
     1.8  }
     1.9 -#defaultStatus, #statusBar { font-size: smaller; }
    1.10 +#defaultStatus, #statusBar { font-size: smaller; vertical-align: middle; }
    1.11  
    1.12  #content { z-index: 5; }
    1.13  
    1.14  #ajaxStatus {
    1.15 -	position: absolute; right: 0;
    1.16 +	position: absolute; right: 0; top: -4px;
    1.17  	display: inline-block;
    1.18 -	line-height: 16px; vertical-align: middle;
    1.19 +	font-size: 16px!important; line-height: 16px!important; vertical-align: middle;
    1.20  	padding: 0; margin: 0;
    1.21  	height: 16px;
    1.22  }