diff options
Diffstat (limited to 'appli_3_alpha_old/css/ice_nohelp.css')
-rw-r--r-- | appli_3_alpha_old/css/ice_nohelp.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/appli_3_alpha_old/css/ice_nohelp.css b/appli_3_alpha_old/css/ice_nohelp.css index eb502a4..2bfa491 100644 --- a/appli_3_alpha_old/css/ice_nohelp.css +++ b/appli_3_alpha_old/css/ice_nohelp.css @@ -43,6 +43,15 @@ h2 { color: #5C5CFF; margin: 0px; } +.reunion_fixee { + color:#00FF00; +} +.reunion_en_cours { + color:#FFFF00; +} +.reunion_annulee { + color:#FF0000; +} select { width:auto; } /***** Titre *****/ #titre h2 { @@ -260,5 +269,5 @@ div.popup_contenu #page_accueil { - text-align:middle; + text-align:center; } |