manager: add white space between day columns (#26130)

This commit is contained in:
Frédéric Péters 2018-09-06 08:51:37 +02:00
parent 255bd29468
commit c44ef49f5a
3 changed files with 8 additions and 6 deletions

View File

@ -91,10 +91,6 @@ a.timeperiod-exception-all {
min-width: 24ex;
}
table.agenda-table {
border-collapse: collapse;
}
.agenda-table thead th {
width: 14vw;
padding-bottom: 1ex;
@ -139,6 +135,12 @@ table.agenda-table {
padding: 0 1ex;
vertical-align: top;
position: relative;
border: 0;
}
.agenda-table.month-view tbody td {
border: 5px solid white;
border-width: 0 5px;
}
.agenda-table tbody tr td.other-month {

View File

@ -36,7 +36,7 @@
{% for period, desk_infos in view.get_timetable_infos %}
{% if forloop.first %}
<table class="agenda-table hourspan-{{ hour_span }} desks-{{ desk_infos|length }} ">
<table class="agenda-table day-view hourspan-{{ hour_span }} desks-{{ desk_infos|length }} ">
<thead>
<tr>
<td></td>

View File

@ -33,7 +33,7 @@
{% block content %}
{% for week_days in view.get_timetable_infos %}
{% if forloop.first %}
<table class="agenda-table">
<table class="agenda-table month-view">
<tbody>
{% endif %}
<tr>