tazpanel rev 185

style.css: less margins and small cosmetic change
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 10 15:55:14 2011 +0200 (2011-06-10)
parents 5759c9e6320e
children ab2455e0936f
files styles/default/style.css
line diff
     1.1 --- a/styles/default/style.css	Fri Jun 10 15:21:02 2011 +0200
     1.2 +++ b/styles/default/style.css	Fri Jun 10 15:55:14 2011 +0200
     1.3 @@ -15,8 +15,8 @@
     1.4  	margin: 25px 0 0;
     1.5  }
     1.6  
     1.7 -h1 { color: #d66018; padding: 10px 0 0 40px;}
     1.8 -h2 { color: #444; margin: 10px 0 10px; }
     1.9 +h1 { color: #d66018; padding: 6px 0 0 20px; font-size: 180%; }
    1.10 +h2 { color: #444; margin: 10px 0 10px; font-size: 150%; }
    1.11  h3 { color: #666; font-size: 140%; }
    1.12  h4 { color: #888; font-size: 120%; margin: 10px 0 5px; }
    1.13  img { border: 0pt none; vertical-align: middle; padding: 0px 6px 2px 0;}
    1.14 @@ -29,7 +29,7 @@
    1.15  /* Header and main title */
    1.16  
    1.17  #header {
    1.18 -	height: 52px;
    1.19 +	height: 42px;
    1.20  	border-bottom: 1px dotted #ddd;
    1.21  }
    1.22  
    1.23 @@ -76,7 +76,7 @@
    1.24  
    1.25  #sidebar {
    1.26  	position: fixed;
    1.27 -	top: 102px;
    1.28 +	top: 92px;
    1.29  	right: 5px;
    1.30  	width: 116px;
    1.31  }
    1.32 @@ -97,8 +97,8 @@
    1.33  
    1.34  /* Content */
    1.35  
    1.36 -#content { margin: 20px 40px 20px 40px; }
    1.37 -#content-sidebar { margin: 20px 120px 20px 40px; }
    1.38 +#content { margin: 20px; }
    1.39 +#content-sidebar { margin: 20px 120px 20px 20px; }
    1.40  #wrapper { margin: 10px 0 20px; }
    1.41  
    1.42  #actions {
    1.43 @@ -111,7 +111,7 @@
    1.44  .search {
    1.45  	position: absolute;
    1.46  	right: 40px;
    1.47 -	top: 32px;
    1.48 +	top: 23px;
    1.49  }
    1.50  
    1.51  .search input[type=submit] {
    1.52 @@ -184,7 +184,7 @@
    1.53  td.pkg { max-width: 160px; }
    1.54  td.desc { max-width: 300px; }
    1.55  td.pct { min-width: 200px; background: #eee; }
    1.56 -div.pct { background: #ccc; }
    1.57 +div.pct { background: #ccc; display: inline; }
    1.58  td.pct, div.pct { border-radius: 2px; }
    1.59  
    1.60  #thead, .thead, thead {