mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Corrected backend modal message element styling.
This commit is contained in:
parent
38dc2bd459
commit
23b64463ca
1 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ root {
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-message {
|
.modal-message {
|
||||||
margin: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .modal .modal-title {
|
body .modal .modal-title {
|
||||||
|
@ -312,7 +312,7 @@ body legend {
|
||||||
|
|
||||||
#calendar-page #calendar .fc-unavailable {
|
#calendar-page #calendar .fc-unavailable {
|
||||||
background-image: url('../img/unavailable.jpg');
|
background-image: url('../img/unavailable.jpg');
|
||||||
font-size: 17px;
|
font-size: 14px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|
Loading…
Reference in a new issue