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

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Jun 23 19:28:26 2012 +0100 (2012-06-23)
parents 3e9acc16f728
children 7b6cf90e0155
line diff
     1.1 --- a/styles/default/style.css	Thu May 17 14:02:41 2012 +0300
     1.2 +++ b/styles/default/style.css	Sat Jun 23 19:28:26 2012 +0100
     1.3 @@ -144,6 +144,7 @@
     1.4  #sidebar h4 { margin: 0 0 2px 12px; }
     1.5  #sidebar ul { list-style-type: none; padding: 0; }
     1.6  
     1.7 +
     1.8  /* Content */
     1.9  
    1.10  #content { margin: 20px; }
    1.11 @@ -221,6 +222,7 @@
    1.12  	float: right;
    1.13  }
    1.14  
    1.15 +
    1.16  /* Table */
    1.17  
    1.18  table {
    1.19 @@ -344,9 +346,9 @@
    1.20  /* Round corner */
    1.21  
    1.22  #loading, table, pre, input[type=submit], .debug, .box,
    1.23 -.button, div.scroll, .outbox {
    1.24 -	/*-moz-border-radius: 4px;
    1.25 -	-webkit-border-radius: 4px; */
    1.26 +.button, div.scroll, .outbox, section {
    1.27 +	-moz-border-radius: 4px;
    1.28 +	-webkit-border-radius: 4px;
    1.29  	border-radius: 4px;
    1.30  }
    1.31  
    1.32 @@ -399,3 +401,17 @@
    1.33  	-ms-transition: all 0.3s ease-in-out;
    1.34  	transition: all 0.3s ease-in-out;
    1.35  }
    1.36 +
    1.37 +section {
    1.38 +	margin: 20pt -0.7em;
    1.39 +	padding: 0.7em;
    1.40 +	background-color: #fdfdfd;
    1.41 +	border: 1px solid #ddd;
    1.42 +	border-radius: 1em;
    1.43 +	/*box-shadow: 0 0 3pt 2pt #eee;*/
    1.44 +}
    1.45 +section h4 {
    1.46 +	margin: 0 0 0.5em 0;
    1.47 +}
    1.48 +section h3 {
    1.49 +	margin: 0 0 0.5em 0;