summaryrefslogtreecommitdiff
path: root/beta_old1/app/css/ice_nohelp.css
diff options
context:
space:
mode:
Diffstat (limited to 'beta_old1/app/css/ice_nohelp.css')
-rw-r--r--beta_old1/app/css/ice_nohelp.css46
1 files changed, 40 insertions, 6 deletions
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;
+}