closes #535, autorise le caractere / dans les numeros de tel
[platal.git] / htdocs / css / default.css
index 2211035..b1ab0a0 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  Copyright (C) 2003-2006 Polytechnique.org                              *
+ *  Copyright (C) 2003-2007 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/skins/default_titre.gif');
+    background: url('../images/skins/default_titre.gif');
     background-repeat: no-repeat;
 
     text-indent: 0.2em;
@@ -417,9 +417,13 @@ td.conteneur_tab {
 
 div.adresse {
     float: left;
-    width: 46%;
+    width: 48%;
     padding: 0px;
-    margin: 0px 1% 1ex 1%;
+    margin: 0px 0.5% 1ex 1%;
+}
+
+div.adresse strong {
+    font-size: 90%;
 }
 
 /* only for fiche_referent.php*/
@@ -447,7 +451,7 @@ div.adresse {
 *******************************************************************************/
 
 #dev {
-    width: 100%;
+    width: auto;
     text-align: center;
     padding: 1px;
 
@@ -468,11 +472,24 @@ div.adresse {
 #suid {
     color: red;
     background: #ffc0cb;
-    width: 100%;
+    width: auto;
     font-weight: bold;
+    text-align: center;
+}
+#suid a {
+    color: red;
+    background: inherit;
+    text-decoration: none;
+    display: block;
+}
+#suid:hover {
+    color: red;
+    background: #ffffcb;
+}
+#suid a:hover {
+    color: #ff7000;
+    background: inherit;
 }
-#suid td { padding: 2px; }
-#suid a { color: red; }
 
 #body {
     width: 740px;