From a3063301c9ec8d4d0dc9fefc44b4bea5f40661cb Mon Sep 17 00:00:00 2001 From: Pedro Pinto Silva Date: Wed, 18 Aug 2021 15:58:27 +0200 Subject: [PATCH] JS Sidebar: clean up unit identifiers The length is 0, the unit identifier is not required. Some have instances some not. Let's keep it consistent. Note: if later on we need to use stuff like calc() we can and need of course to use units even for 0 values. Signed-off-by: Pedro Pinto Silva Change-Id: Ie0ed42774044b42172de693283686089aae6494d --- loleaflet/css/jssidebar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/loleaflet/css/jssidebar.css b/loleaflet/css/jssidebar.css index 08e49da1e..4703068c6 100644 --- a/loleaflet/css/jssidebar.css +++ b/loleaflet/css/jssidebar.css @@ -8,7 +8,7 @@ } .sidebar .ui-content .unobutton { - margin: 0px; + margin: 0; width: 24px; height: 24px; vertical-align: middle; @@ -18,7 +18,7 @@ width: 322px; padding: 0; border-left: 1px solid var(--gray-color) !important; - margin-top: 0px !important; + margin-top: 0 !important; } .sidebar.spinfield { @@ -153,7 +153,7 @@ td.jsdialog .jsdialog.cell.sidebar { } #spacinglabel { - padding-top: 0px; + padding-top: 0; }