Table view styling improvements.

This commit is contained in:
Alex Tselegidis 2016-07-22 21:09:43 +02:00
parent 8f12b459d0
commit 2a4e7efbe4
1 changed files with 7 additions and 1 deletions

View File

@ -420,9 +420,13 @@ body .form-horizontal .controls {
padding: 10px 0;
}
#calendar .calendar-header input {
width: 120px;
}
#calendar .calendar-header .btn,
#calendar .calendar-header input {
margin-right: 10px;
margin: 10px 10px 10px 0;
}
#calendar .calendar-view {
@ -446,6 +450,8 @@ body .form-horizontal .controls {
border-radius: 3px;
padding: 10px;
text-align: center;
background-image: url('../img/unavailable.jpg');
opacity: 0.7;
}
#calendar .calendar-view .date-column .provider-column {