Overview
Comment:Corriger pour que les calendrier puissent s'afficher dans les tableaux
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA1: baf65bcbf751ab81c735ee0ba6c0935dbe568ee3
User & Date: bohwaz on 2020-05-04 00:56:10
Other Links: manifest | tags
Context
2020-05-18
13:51
Fix champs date dans l'import de membre [19d400cafc23eb2fe585bdd8e4f76c6d280ebe81] check-in: 96ef8a00ab user: bohwaz tags: trunk, stable
2020-05-04
00:56
Corriger pour que les calendrier puissent s'afficher dans les tableaux check-in: baf65bcbf7 user: bohwaz tags: trunk, stable
2020-05-02
00:49
EmpĂȘcher un administrateur de supprimer son identifiant check-in: c3c39e6592 user: bohwaz tags: trunk, stable
Changes

Modified src/www/admin/static/scripts/datepickr.css from [62519de7c9] to [6ff0b57283].

76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
    width: 100%;
}

.calendar th {
    text-align: center;
}

.calendar td {
    text-align: right;
    padding: 1px;
    width: 14.3%;
}

.calendar td a {
    display: block;







|







76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
    width: 100%;
}

.calendar th {
    text-align: center;
}

.calendar table td {
    text-align: right;
    padding: 1px;
    width: 14.3%;
}

.calendar td a {
    display: block;