Fix #454: layout of adresses
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 30 Aug 2006 12:51:19 +0000 (12:51 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 30 Aug 2006 12:51:19 +0000 (12:51 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@833 839d8a87-29fc-0310-9880-83ba4fa771e5

ChangeLog
htdocs/css/default.css

index 1c08b0f..03109b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -105,6 +105,9 @@ Bug/Wish:
         - #344: Tels can be bigger (up to 30 chars).                       -Car
         - #422: Parasitic strings in vcard.                                -FRU
 
+    * Skins:
+        - #454: Layout of addresses                                        -FRU
+
     * Xnet:
         - #380: Add sex for non-X.                                         -FRU
         - #384: Substitution of non-X's names in mail from web interface.  -FRU
index c459c06..47c2871 100644 (file)
@@ -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*/