tazpanel diff styles/default/style.css @ rev 120

Move config file to data/, improve panel activity with syntax_highliter and move diff colors to CSS
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 15 12:36:09 2011 +0200 (2011-04-15)
parents 30036a49cacd
children 29a4a55db6e3
line diff
     1.1 --- a/styles/default/style.css	Fri Apr 15 12:04:15 2011 +0200
     1.2 +++ b/styles/default/style.css	Fri Apr 15 12:36:09 2011 +0200
     1.3 @@ -101,6 +101,13 @@
     1.4  #content-sidebar { margin: 20px 120px 20px 40px; }
     1.5  #wrapper { margin: 10px 0 20px; }
     1.6  
     1.7 +#actions {
     1.8 +	height: 20px;
     1.9 +	margin: 16px 0;
    1.10 +}
    1.11 +
    1.12 +#actions p { margin: 6px 0; }
    1.13 +
    1.14  .search {
    1.15  	position: absolute;
    1.16  	right: 40px;
    1.17 @@ -135,13 +142,6 @@
    1.18  	border-bottom-left-radius: 4px;
    1.19  }
    1.20  
    1.21 -#actions {
    1.22 -	height: 20px;
    1.23 -	margin: 16px 0;
    1.24 -}
    1.25 -
    1.26 -#actions p { margin: 6px 0; }
    1.27 -
    1.28  .box {
    1.29  	margin: 10px 0;
    1.30  	padding: 12px;
    1.31 @@ -195,6 +195,10 @@
    1.32  span.conf-var { color: #392600; }
    1.33  span.conf-val, span.sh-val { color: #f35a00; }
    1.34  span.sh-comment { color: #b20000; }
    1.35 +span.activity-log { color: #888; font-size: 95%; }
    1.36 +span.diff-rm { color: red; }
    1.37 +span.diff-add { color: green; }
    1.38 +span.diff-at { color: blue; }
    1.39  
    1.40  /* Misc */
    1.41