diff --git a/dist/agenda.css b/dist/agenda.css index 489b4d885d556f93571c26cbc47a9935fdbb202c..42e3ce34e14a02ba32c9024c2cf0a47d57b13f1e 100644 --- a/dist/agenda.css +++ b/dist/agenda.css @@ -354,4 +354,13 @@ div.navigation-calendrier img { .jour_encours { background:#fff;color:#000;} .jour_gris { background:#eee;color:#000;} .jour_pris { background:#fff;color:#000;} -.calendrier-cadreagenda { background:#eee;} \ No newline at end of file +.calendrier-cadreagenda { background:#eee;} + +/* grille du calendrier pour espace public */ +/* (pour le prive, style_prive predomine */ + +.bordure_claire { border: 1px solid gray;} +.bordure_foncee { border: 1px solid black;} +.bordure_claire_basse { border-bottom: 1px solid gray;} +.bordure_claire_left { border-left: 1px solid gray;} +.bordure_claire_right { border-right: 1px solid gray;}