From 31cae5402ec84c69fd5678d9433b846b711dbd85 Mon Sep 17 00:00:00 2001 From: "Committo,Ergo:sum" <esj@rezo.net> Date: Sat, 23 Jun 2007 14:23:40 +0000 Subject: [PATCH] =?UTF-8?q?Quelques=20classes=20ind=C3=A9finies=20pour=20l?= =?UTF-8?q?e=20filtre=20agenda=20de=20l'espace=20public.=20Seront=20cascad?= =?UTF-8?q?=C3=A9es=20par=20style=5Fprive=20dans=20l'espace=20priv=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/agenda.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dist/agenda.css b/dist/agenda.css index 489b4d885d..42e3ce34e1 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;} -- GitLab