X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fdefault.css;h=b1ab0a0e26f6a05937fe68ec9f419ec97f5af56f;hb=17d6ca08e9f5e7bbad291d5fabfb2bc6da957381;hp=22110350cd4bfb7f4e271750fd3f27322cf54db2;hpb=cc219ca7f3cada465221f3275c5a2641c094dfe0;p=platal.git diff --git a/htdocs/css/default.css b/htdocs/css/default.css index 2211035..b1ab0a0 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -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;