summaryrefslogtreecommitdiff
path: root/appli_3_alpha_old/css/ice_nohelp.css
diff options
context:
space:
mode:
Diffstat (limited to 'appli_3_alpha_old/css/ice_nohelp.css')
-rw-r--r--appli_3_alpha_old/css/ice_nohelp.css35
1 files changed, 24 insertions, 11 deletions
diff --git a/appli_3_alpha_old/css/ice_nohelp.css b/appli_3_alpha_old/css/ice_nohelp.css
index 716ac7c..eb502a4 100644
--- a/appli_3_alpha_old/css/ice_nohelp.css
+++ b/appli_3_alpha_old/css/ice_nohelp.css
@@ -24,6 +24,7 @@ th {
color: #FFFFFF;
background-color: #551A8B;
}
+th.selected {color:#8470FF;}
td {
border-bottom-width: thin;
border-bottom-style: solid;
@@ -70,7 +71,7 @@ select { width:auto; }
padding:0px;
margin:0px;
width:100%;
- height:20px;
+ height:1.5em;
background-color:#551A8B;
}
#menu a {
@@ -79,10 +80,12 @@ select { width:auto; }
font-weight:bold;
text-align:center;
color:#FFFFFF;
+ height:1.5em;
}
#menu a:hover {
color:#000000;
background-color:#FFFFFF;
+ height:1.5em;
}
/* Pour IE5/MAC \*/#menu a{float:none;}/**/
#menu li {
@@ -90,7 +93,7 @@ select { width:auto; }
float:left;
padding:0;
margin:0;
- width:120px;
+ width:10em;
white-space:nowrap;/*Evite l'étalement sur deux ligne*/
vertical-align:middle;
}
@@ -165,7 +168,7 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; }
-.popup , .popup_creneau , .popup_personne , .popup_commentaire , .popup_fichier , .popup_new {
+.popup , .popup_creneau , .popup_personne , .popup_commentaire , .popup_fichier , .popup_deletelist {
display: none;
position: absolute;
left:50%;
@@ -191,8 +194,8 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; }
}
.popup_personne {
width: 45em;
- height: 25em;
- margin-top: -12.5em ;/*moitié de height */
+ height: 30em;
+ margin-top: -15em ;/*moitié de height */
margin-left: -22.5em ;/*moitié de width */
}
.popup_commentaire {
@@ -209,14 +212,14 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; }
margin-left: -15em ;/*moitié de width */
}
-.popup_new {
- width: 30em;
+.popup_deletelist {
+ width: 26em;
height: 8em;
margin-top: -4em ;/*moitié de height */
- margin-left: -15em ;/*moitié de width */
+ margin-left: -13em ;/*moitié de width */
}
-.popup h2 , .popup_creneau h2 , .popup_personne h2 , .popup_commentaire h2 , .popup_fichier h2 , .popup_new h2
+.popup h2 , .popup_creneau h2 , .popup_personne h2 , .popup_commentaire h2 , .popup_fichier h2 , .popup_deletelist h2
{
background:#551A8B;
color:#FFFFFF;
@@ -230,7 +233,7 @@ div.popup_contenu
vertical-align:middle;
}
-.popup input , .popup_creneau input , .popup_personne input , .popup_commentaire input , .popup_fichier input , .popup_new input
+.popup input , .popup_creneau input , .popup_personne input , .popup_commentaire input , .popup_fichier input , .popup_deletelist input
{
cursor:pointer;
}
@@ -246,6 +249,16 @@ div.popup_contenu
background-image:url(ice_img/masque.png);
background-repeat:repeat;
z-index: 499;
-}
+}
+#page_accueil h1
+{
+ background:#551A8B;
+ color:#FFF;
+ margin-top:0;
+}
+#page_accueil
+{
+ text-align:middle;
+}