tazpanel rev 412

style.css: tabs are left aligned
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 19 17:29:35 2015 +0100 (2015-01-19)
parents 7475f4b95a7b
children 235547201804
files lib/libtazpanel styles/default/style.css
line diff
     1.1 --- a/lib/libtazpanel	Sun Jan 18 18:59:01 2015 +0100
     1.2 +++ b/lib/libtazpanel	Mon Jan 19 17:29:35 2015 +0100
     1.3 @@ -68,14 +68,14 @@
     1.4  
     1.5  # Remove status and ESC char from tazpkg/tazlito commands output
     1.6  filter_taztools_msgs() {
     1.7 -	sed	-e s'|.\[1;32m|<span style="color: green">|g' \
     1.8 -		-e s'|.\[1;31m|<span style="color: red">|g' \
     1.9 -		-e s'|.\[1;33m|<span style="color: yellow">|g' \
    1.10 -		-e s'|.\[1;34m|<span style="color: blue">|g' \
    1.11 -		-e s'|.\[1;36m|<span style="color: lightblue">|g' \
    1.12 -		-e s'|.\[0;39m|</span>|g' \
    1.13 -		-e s'/\[^Gm]*.//g' \
    1.14 -		-e ':a;s/^\(.\{1,68\}\)\(\[ *<span style="color\)/\1 \2/;ta'
    1.15 +	sed	-e s'|\\[1;32m|<span style="color: green">|g' \
    1.16 +		-e s'|\\[1;31m|<span style="color: red">|g' \
    1.17 +		-e s'|\\[1;33m|<span style="color: yellow">|g' \
    1.18 +		-e s'|\\[1;34m|<span style="color: blue">|g' \
    1.19 +		-e s'|\\[1;36m|<span style="color: lightblue">|g' \
    1.20 +		-e s'|\\[0;39m|</span>|g' \
    1.21 +		-e ':a;s/^\(.\{0,69\}\)\(\\[[0-9]*G\[\)/\1 \2/;ta' \
    1.22 +		-e s'/\[^Gm]*.//g'
    1.23  }
    1.24  
    1.25  # LOG activities
     2.1 --- a/styles/default/style.css	Sun Jan 18 18:59:01 2015 +0100
     2.2 +++ b/styles/default/style.css	Mon Jan 19 17:29:35 2015 +0100
     2.3 @@ -433,9 +433,8 @@
     2.4  
     2.5  #tabs li {
     2.6  	float: left;
     2.7 -	height: 15px;
     2.8 +	height: 16px;
     2.9  	background-color: #eee;
    2.10 -	/* margin: 2px 2px 0 2px !important; */
    2.11  	margin: 1px 1px 0 1px;
    2.12  	border: 1px solid #aaa;
    2.13  	text-align: center;
    2.14 @@ -446,6 +445,7 @@
    2.15  	-webkit-border-top-left-radius: 4px;
    2.16  	border-top-right-radius: 4px;
    2.17  	border-top-left-radius: 4px;
    2.18 +	margin: 0 40px 0 -40px;
    2.19  }
    2.20  
    2.21  #tabs li.active {