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

Add a small terminal emulator (wih wget support to upload file on remote machine)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 10 21:40:07 2011 +0200 (2011-06-10)
parents 3e111fd1e533
children c195a156f892
line diff
     1.1 --- a/styles/default/style.css	Fri Jun 10 15:55:14 2011 +0200
     1.2 +++ b/styles/default/style.css	Fri Jun 10 21:40:07 2011 +0200
     1.3 @@ -56,16 +56,16 @@
     1.4  #icons img { padding: 0; }
     1.5  
     1.6  #loading {
     1.7 -  /* font-weight: bold; */
     1.8 -  background-color: #f8f8f8;
     1.9 -  border: 1px solid #ddd;
    1.10 -  color: #666;
    1.11 -  cursor: progress;
    1.12 -  position: fixed;
    1.13 -  top: 92px;
    1.14 -  right: 120px;
    1.15 -  width: 248px;
    1.16 -  padding: 4px 4px 2px;
    1.17 +	/* font-weight: bold; */
    1.18 +	background-color: #f8f8f8;
    1.19 +	border: 1px solid #ddd;
    1.20 +	color: #666;
    1.21 +	cursor: progress;
    1.22 +	position: fixed;
    1.23 +	top: 92px;
    1.24 +	right: 120px;
    1.25 +	width: 248px;
    1.26 +	padding: 4px 4px 2px;
    1.27  }
    1.28  
    1.29  /* Blocks */
    1.30 @@ -236,6 +236,14 @@
    1.31  	border: 1px solid #ddd; }
    1.32  div.scroll table { border: 0px solid #fff; }
    1.33  
    1.34 +#terminal {
    1.35 +	background: #000;
    1.36 +	color: #fff;
    1.37 +	border: 1px solid #444;
    1.38 +	min-height: 180px;
    1.39 +	opacity: 0.8;
    1.40 +}
    1.41 +
    1.42  /* Round corner */
    1.43  
    1.44  #loading, table, pre, input[type=submit], .debug, .box,