wok diff syslinux/stuff/tools/slitaz.css @ rev 9214

nvidia: allow post_install without tty (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 11 11:22:16 2011 +0100 (2011-03-11)
parents 3685af5eccf4
children
line diff
     1.1 --- a/syslinux/stuff/tools/slitaz.css	Sat Jul 05 14:11:03 2008 +0000
     1.2 +++ b/syslinux/stuff/tools/slitaz.css	Fri Mar 11 11:22:16 2011 +0100
     1.3 @@ -38,8 +38,8 @@
     1.4  /* Header and title */
     1.5  
     1.6  #header{
     1.7 -/*	background: #f0ba08 url(http://www.slitaz.org/pics/website/header.png) repeat-x top;*/
     1.8 -	background: #DF8F06 repeat-x top;
     1.9 +	background: #f0ba08 url(http://www.slitaz.org/pics/website/header.png) repeat-x top;
    1.10 +	/*background: #DF5F06 repeat-x top;*/
    1.11  	color: black;
    1.12  	width: 100%;
    1.13  	height: 50px ;
    1.14 @@ -120,7 +120,7 @@
    1.15  }
    1.16  
    1.17  #nav i {
    1.18 -	color: #DF8F06;
    1.19 +	color: #DF5F06;
    1.20  }
    1.21  
    1.22  /* Page content */
    1.23 @@ -230,6 +230,18 @@
    1.24  	float: right;
    1.25  }
    1.26  
    1.27 +.buttons {
    1.28 +	background: inherit;
    1.29 +	color: white;
    1.30 +        float: right;
    1.31 +        position: absolute;
    1.32 +        right: 0px;
    1.33 +        top: 52px;
    1.34 +        padding: 2px 16px 2px 16px;
    1.35 +        font-size: 12px;
    1.36 +        font-weight: bold;
    1.37 +}
    1.38 +
    1.39  /* HTML styles */
    1.40  
    1.41  h1 {