From: x2000habouzit Date: Wed, 17 Nov 2004 18:24:26 +0000 (+0000) Subject: still has menu to work on X-Git-Tag: xorg/old~909 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=30c55620b091185d84265d5227d5cd56d39eae5e;p=platal.git still has menu to work on --- diff --git a/htdocs/css/default.css b/htdocs/css/default.css index 6cae407..14fb177 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -408,7 +408,7 @@ div.adresse { float: left; width: 46%; padding: 0px; - margin: 0px 1%; + margin: 0px 1% 1ex 1%; } div.adresse div.titre { color: purple; } @@ -545,4 +545,4 @@ div.spacer { clear: both; } } /* vim: set et ts=4 sts=4 sw=4: */ -/* $Id: default.css,v 1.63 2004-11-17 18:16:24 x2000habouzit Exp $ */ +/* $Id: default.css,v 1.64 2004-11-17 18:24:26 x2000habouzit Exp $ */ diff --git a/htdocs/css/openweb.css b/htdocs/css/openweb.css index eed997d..e12eb86 100644 --- a/htdocs/css/openweb.css +++ b/htdocs/css/openweb.css @@ -412,7 +412,7 @@ div.adresse { float: left; width: 48%; padding: 0px; - margin: 0px 1%; + margin: 0px 1% 1ex 1%; } div.adresse div.titre { color: purple; } @@ -485,9 +485,24 @@ table#body { margin-right: auto; } -#body-logo { border: none; text-align: center; } -#body-top { border: none; text-align: center;} -#body-bottom { border: none; text-align: center;} +#body-logo { + text-align: center; + padding: 2em 0em 0em 0em; +} + +#body-top { + text-align: center; + font-size: 90%; + padding: 2em 2em 0em 2em; + padding-bottom: 16px; + font-family: Georgia,serif; +} + +#body-top table { width: 100%; padding: 4px; } +#body-top .date-heure { text-align: left; } +#body-top .inscrits { text-align: right; } + +#body-bottom { text-align: center;} #body-menu { padding: 2em 0em 2em 2em; @@ -533,4 +548,4 @@ table#body { } /* vim: set et ts=4 sts=4 sw=4: */ -/* $Id: openweb.css,v 1.1 2004-11-17 18:16:24 x2000habouzit Exp $ */ +/* $Id: openweb.css,v 1.2 2004-11-17 18:24:26 x2000habouzit Exp $ */