From 4a7544bf5289f09853598401c0921bb3e8e7c4c4 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 5 Dec 2020 11:56:12 +0200 Subject: [PATCH] Use 0 instead of 0px in css --- assets/css/general.css | 4 ++-- assets/css/installation.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/general.css b/assets/css/general.css index cc06b981..7356bd8a 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -157,7 +157,7 @@ body .ui-datepicker .ui-datepicker-next-hover { } body .ui-datepicker .ui-slider-handle { - border-radius: none; + border-radius: 0; border-color: #429a82; background-color: #429a82; } @@ -207,7 +207,7 @@ li.language:hover { #language-list { list-style: none; - padding-left: 0px; + padding-left: 0; max-height: 500px; overflow-y: auto; } diff --git a/assets/css/installation.css b/assets/css/installation.css index 6fe84ea7..7cb8335f 100644 --- a/assets/css/installation.css +++ b/assets/css/installation.css @@ -26,8 +26,8 @@ footer { #loading { position: fixed; - top: 0px; - left: 0px; + top: 0; + left: 0; width: 100%; height: 100%; z-index: 999999;