Improve tabs in my skin
[platal.git] / htdocs / css / default.css
index fec37e1..24c9251 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  Copyright (C) 2003-2006 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -88,7 +88,7 @@ p {
 
 h1 {
     color: #555555;
-    background: url('/images/sk_default_titre.gif');
+    background: url('../images/skins/default_titre.gif');
     background-repeat: no-repeat;
 
     text-indent: 0.2em;
@@ -305,7 +305,7 @@ td.conteneur_tab {
     border-width : 1px 2px 2px 1px;
     border-style : solid;
     border-color : #999;
-    padding : 4px 0px 0px 4px;
+    padding : 4px 4px 4px 4px;
     background : #eceade;
 }
 
@@ -313,7 +313,6 @@ td.conteneur_tab {
     display : block;
     margin : 0;
     padding : 0;
-    /*height : 50px;*/
 }
 
 #onglet li {
@@ -340,7 +339,6 @@ td.conteneur_tab {
 }
 
 #onglet li a {
-    /*font-family : Arial,Helvetica,sans-serif;*/
     font-size: 80%;
     font-weight : normal;
     text-decoration : none;
@@ -545,6 +543,11 @@ div.adresse {
     vertical-align: top;
 }
 
+#quick_search {
+    color: gray;
+    text-align: right;
+}
+
 div#content {
     padding: 1em;
     margin: 0em;