On a aussi le tarif "europe" pour les commissions sur les cartes suisses.
[platal.git] / htdocs / css / keynote.css
index 14acd49..ac7e1b2 100644 (file)
@@ -231,6 +231,18 @@ table.tinybicol td, table.bicol td {
     background: inherit;
 }
 
+table.tinybicol td.error, table.bicol td.error {
+    background: #faa;
+}
+
+table.tinybicol td.warning, table.bicol td.warning {
+    background: #fda;
+}
+
+table.tinybicol td.valid, table.bicol td.valid {
+    background: #afa;
+}
+
 table.tinybicol td, table.bicol td, table.tinybicol tr, table.bicol tr { padding: 4px; }
 
 td.half { width: 50%; padding: 4px; }
@@ -439,6 +451,16 @@ div.long td.rt { width: 85%; }
     padding: 0 6px 0 0;
 }
 
+.marker_label {
+    border: 1px solid black;
+    background-color: white;
+    white-space: nowrap;
+}
+
+.marker_label a {
+    color: black;
+}
+
 /*******************************************************************************
     7   fiche.php & fiche_referent.php
         [ cas de la fiche ]
@@ -726,8 +748,8 @@ div#content {
     font-size: 85%;
 }
 
-.ac_results {
-       color:  black;
+.ui-menu {
+       color: black;
 }
 
 /* vim: set et ts=4 sts=4 sw=4: */