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

Add a loading mechanism for page that take long to be generated
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 08 01:17:37 2011 +0200 (2011-04-08)
parents a7b1d69663c3
children 5b7e9a6565c9
line diff
     1.1 --- a/styles/default/style.css	Thu Apr 07 01:22:07 2011 +0200
     1.2 +++ b/styles/default/style.css	Fri Apr 08 01:17:37 2011 +0200
     1.3 @@ -25,6 +25,15 @@
     1.4  a { text-decoration: none; color: #666; }
     1.5  a:hover { color: #000; }
     1.6  
     1.7 +#loading {
     1.8 +  /* font-weight: bold; */
     1.9 +  color: #666;
    1.10 +  position: fixed;
    1.11 +  top: 92px;
    1.12 +  right: 80px;
    1.13 +  width: 200px;
    1.14 +}
    1.15 +
    1.16  /* Header and main title */
    1.17  
    1.18  #header {
    1.19 @@ -46,8 +55,10 @@
    1.20  	z-index: 200;
    1.21  	cursor: default;
    1.22  }
    1.23 +
    1.24  #menu { margin: 4px 8px; }
    1.25 -#menu a { padding: 2px 4px; color: #000; cursor: default; }
    1.26 +#menu a { padding: 2px 4px; color: #000;
    1.27 +	cursor: default; }
    1.28  #menu a:hover { color: #444; }
    1.29  #icons { margin: 2px 8px; float: right; }
    1.30  #icons img { padding: 0; }
    1.31 @@ -193,12 +204,14 @@
    1.32  
    1.33  input[type=text] { height: 18px; }
    1.34  
    1.35 -div.scroll { height: 200px; overflow: auto; border: 1px solid #ddd; }
    1.36 +div.scroll { height: 200px; overflow: auto;
    1.37 +	border: 1px solid #ddd; }
    1.38  div.scroll table { border: 0px solid #fff; }
    1.39  
    1.40  /* Round corner */
    1.41  
    1.42 -table, pre, input[type=submit], .debug, .box, .button, div.scroll {
    1.43 +table, pre, input[type=submit], .debug, .box,
    1.44 +.button, div.scroll {
    1.45  	/*-moz-border-radius: 4px;
    1.46  	-webkit-border-radius: 4px; */
    1.47  	border-radius: 4px;