On a aussi le tarif "europe" pour les commissions sur les cartes suisses.
[platal.git] / htdocs / css / keynote.css
index 4c44469..ac7e1b2 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  Copyright (C) 2003-2009 Polytechnique.org                              *
+ *  Copyright (C) 2003-2011 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -52,6 +52,8 @@ fieldset {
     color: #000;
     margin: 1em 0 1em 0;
     text-align: justify;
+    -webkit-border-top-left-radius: 5px;
+    -moz-border-radius-topleft: 5px;
 }
 legend {
     border-bottom: 1px solid #666;
@@ -60,8 +62,11 @@ legend {
     border-left: 1px solid #fff;
     background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
     color: #000;
+    font-weight: bold;
 
-    padding: 2px 4px;
+    padding: 2px 8px 2px 4px;
+    -webkit-border-top-left-radius: 5px;
+    -moz-border-radius-topleft: 5px;
 }
 
 .center  { text-align: center; }
@@ -226,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; }
@@ -292,7 +309,7 @@ span.titre {
 
 div.contact-list {
     width: 98%;
-    margin-left: 1%;
+    margin-left: 5px;
 }
 div.contact-list div.contact {
     border-top: 1px solid #fff;
@@ -300,6 +317,11 @@ div.contact-list div.contact {
     color: #000;
 }
 
+div.contact {
+    -webkit-border-top-left-radius: 10px;
+    -moz-border-radius-topleft: 10px;
+}
+
 div.contact-list div.grayed {
     font-style: italic;
     color: #444;
@@ -311,12 +333,16 @@ div.contact-list div.contact:hover {
 }
 
 .contact .photo {
+    -webkit-border-top-left-radius: 10px;
+    -moz-border-radius-topleft: 10px;
     float: left;
 }
 
 .contact .photo img {
     width: 40px;
     margin-right: 4px;
+    -webkit-border-top-left-radius: 10px;
+    -moz-border-radius-topleft: 10px;
 }
 
 div.contact div.identity {
@@ -425,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 ]
@@ -712,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: */