mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
Use 0 instead of 0px in css
This commit is contained in:
parent
df8417a8cc
commit
4a7544bf52
2 changed files with 4 additions and 4 deletions
|
@ -157,7 +157,7 @@ body .ui-datepicker .ui-datepicker-next-hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
body .ui-datepicker .ui-slider-handle {
|
body .ui-datepicker .ui-slider-handle {
|
||||||
border-radius: none;
|
border-radius: 0;
|
||||||
border-color: #429a82;
|
border-color: #429a82;
|
||||||
background-color: #429a82;
|
background-color: #429a82;
|
||||||
}
|
}
|
||||||
|
@ -207,7 +207,7 @@ li.language:hover {
|
||||||
|
|
||||||
#language-list {
|
#language-list {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-left: 0px;
|
padding-left: 0;
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,8 +26,8 @@ footer {
|
||||||
|
|
||||||
#loading {
|
#loading {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0px;
|
top: 0;
|
||||||
left: 0px;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 999999;
|
z-index: 999999;
|
||||||
|
|
Loading…
Reference in a new issue