Skip to content
Snippets Groups Projects
Commit 80269792 authored by llaffont's avatar llaffont
Browse files

Skin calendrier avec la liste des mois

parent dc8b6465
Branches
Tags
No related merge requests found
......@@ -515,6 +515,31 @@ div#open_accessibility:hover {
font-size: 1em;
}
.month_list a.no_event,
.month_list a.no_event:visited {
color: #666666;
}
.month_list {
display: table;
width: 100%;
padding: 5px 0px 30px 0px;
margin-bottom:0px;
}
.month_list a,
.month_list span {
display: table-cell;
text-decoration: none;
font-size: 1.2em;
text-align: center;
}
.month_list a.selected {
text-decoration: underline;
}
/* Calendrier */
form#calendar_select_categorie {
text-align: center;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment