# HG changeset patch # User Pascal Bellard # Date 1421684975 -3600 # Node ID f3a7fb3d92ec3c960057b0cbf473ad45a41cb2f3 # Parent 7475f4b95a7b4eb8d64764d7177d377b8e86cac5 style.css: tabs are left aligned diff -r 7475f4b95a7b -r f3a7fb3d92ec lib/libtazpanel --- a/lib/libtazpanel Sun Jan 18 18:59:01 2015 +0100 +++ b/lib/libtazpanel Mon Jan 19 17:29:35 2015 +0100 @@ -68,14 +68,14 @@ # Remove status and ESC char from tazpkg/tazlito commands output filter_taztools_msgs() { - sed -e s'|.\[1;32m||g' \ - -e s'|.\[1;31m||g' \ - -e s'|.\[1;33m||g' \ - -e s'|.\[1;34m||g' \ - -e s'|.\[1;36m||g' \ - -e s'|.\[0;39m||g' \ - -e s'/\[^Gm]*.//g' \ - -e ':a;s/^\(.\{1,68\}\)\(\[ *|g' \ + -e s'|\\[1;31m||g' \ + -e s'|\\[1;33m||g' \ + -e s'|\\[1;34m||g' \ + -e s'|\\[1;36m||g' \ + -e s'|\\[0;39m||g' \ + -e ':a;s/^\(.\{0,69\}\)\(\\[[0-9]*G\[\)/\1 \2/;ta' \ + -e s'/\[^Gm]*.//g' } # LOG activities diff -r 7475f4b95a7b -r f3a7fb3d92ec styles/default/style.css --- a/styles/default/style.css Sun Jan 18 18:59:01 2015 +0100 +++ b/styles/default/style.css Mon Jan 19 17:29:35 2015 +0100 @@ -433,9 +433,8 @@ #tabs li { float: left; - height: 15px; + height: 16px; background-color: #eee; - /* margin: 2px 2px 0 2px !important; */ margin: 1px 1px 0 1px; border: 1px solid #aaa; text-align: center; @@ -446,6 +445,7 @@ -webkit-border-top-left-radius: 4px; border-top-right-radius: 4px; border-top-left-radius: 4px; + margin: 0 40px 0 -40px; } #tabs li.active {