manager: add proper spacing to title parts (#29449)

This commit is contained in:
Frédéric Péters 2019-01-04 12:10:32 +01:00
parent 9d902b28fd
commit 0a21240e81
1 changed files with 7 additions and 1 deletions

View File

@ -82,7 +82,8 @@ a.timeperiod-exception-all {
content: "\f093"; /* upload-sign */
}
.dayview h2 a {
.dayview h2 a,
.monthview h2 a {
padding: 0 1ex;
}
@ -91,6 +92,11 @@ a.timeperiod-exception-all {
min-width: 24ex;
}
.monthview h2 > span {
display: inline-block;
min-width: 16ex;
}
.agenda-table thead th {
width: 14vw;
padding-bottom: 1ex;