From 4f0df31cc153855d099e4c06228a6cf1bf51eeca Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 30 Jun 2018 11:29:21 +0200 Subject: Version beta_old1 (sans la doc) 2007-02-22+15:00 - 2007-03-11+16:41:00 --- beta_old1/app/css/ice_nohelp.css | 46 ++++++++++++++++++++++++++++++++++------ 1 file changed, 40 insertions(+), 6 deletions(-) (limited to 'beta_old1/app/css/ice_nohelp.css') diff --git a/beta_old1/app/css/ice_nohelp.css b/beta_old1/app/css/ice_nohelp.css index 48a9fd8..03c382f 100644 --- a/beta_old1/app/css/ice_nohelp.css +++ b/beta_old1/app/css/ice_nohelp.css @@ -8,6 +8,7 @@ body { padding:0px; margin:0px; min-width:750px; /*Pour eviter le chevauchement pour FireFox, ne change rien pour IE (qui gere pas trop mal sans ca) */ + height: 100%; } table { border-spacing:0px; @@ -148,6 +149,7 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; } float:left; width:95%; } + #no_help { display:block; text-align:justify; @@ -281,7 +283,7 @@ div.popup_contenu em #msg { display:none; - position:absolute; + position:fixed; text-align:center; left:50%; margin-left:-20%; @@ -302,10 +304,42 @@ div.popup_contenu em left:0px; width:100%; background-color:#551A8B; - top:100%; - height:2em; - padding-top:-2em; - margin-top:-2em; + bottom:0; + height:2.3em; + padding-top:-2.3em; + margin-top:-2.3em; color:#FFF; font-size:x-small; -} \ No newline at end of file +} +#footer ul +{ + display:inline; + list-style-type:none; + white-space:nowrap; + +} +#footer li.right { + list-style: none; + float:right; + white-space:nowrap;/*Evite l'étalement sur deux ligne*/ + vertical-align:middle; + padding-top:0.5em; + margin-top:0px; + padding-right:10px; +} +#footer li { + list-style: none; + float:right; + white-space:nowrap;/*Evite l'étalement sur deux ligne*/ + vertical-align:middle; + margin-top:-14px; + padding-right:30px; +} +#footer li.left { + list-style: none; + float:left; + white-space:nowrap;/*Evite l'étalement sur deux ligne*/ + vertical-align:middle; + margin-top:0px; + padding-left:30px; +} -- cgit v1.2.3