Use 0 instead of 0px in css

This commit is contained in:
Alex Tselegidis 2020-12-05 11:56:12 +02:00
parent df8417a8cc
commit 4a7544bf52
2 changed files with 4 additions and 4 deletions

View File

@ -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;
} }

View File

@ -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;