mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Table view styling improvements.
This commit is contained in:
parent
8f12b459d0
commit
2a4e7efbe4
1 changed files with 7 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue