backport patch 441
[platal.git] / htdocs / css / default.css
index 3c79304..929e846 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   *
@@ -274,22 +274,22 @@ table.flags {
 }
 table.flags input { margin: 0px 2px; padding: 0px; }
 
-table.flags td.texte {
+table.flags td.texte, tr.flags td.texte {
     font-size: smaller;
     font-weight: bold;
     padding: 3px;
 }
-table.flags td.vert {
+table.flags td.vert, tr.flags td.vert {
     background: green;
     padding: 3px;
     text-align: center;
 }
-table.flags td.orange {
+table.flags td.orange, tr.flags td.orange {
     background: #ff9900;
     padding: 3px;
     text-align: center;
 }
-table.flags td.rouge {
+table.flags td.rouge, tr.flags td.rouge {
     background: red;
     padding: 3px;
     text-align: center;
@@ -301,7 +301,7 @@ table.cadre_a_onglet{
     margin: 0;
 }
 
-div.conteneur_tab {
+td.conteneur_tab {
     border-width : 1px 2px 2px 1px;
     border-style : solid;
     border-color : #999;
@@ -545,6 +545,11 @@ div.adresse {
     vertical-align: top;
 }
 
+#quick_search {
+    color: gray;
+    text-align: right;
+}
+
 div#content {
     padding: 1em;
     margin: 0em;