From 1d3fa61984c6f97b365127a7cf832011bb025981 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 7 Feb 2016 06:18:19 +0300 Subject: [PATCH] minor tweaking... Signed-off-by: Alex A. Naanou --- ui (gen4)/css/layout.css | 3 +-- ui (gen4)/css/layout.less | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ui (gen4)/css/layout.css b/ui (gen4)/css/layout.css index 85f4064a..f6c69c08 100644 --- a/ui (gen4)/css/layout.css +++ b/ui (gen4)/css/layout.css @@ -1209,7 +1209,7 @@ stretching in width... */ font-size: 0pt; border: none; margin: 4px; - margin-left: 6px; + margin-right: 10px; width: 10px; height: 10px; box-shadow: 2px 2px 20px -2px rgba(0, 0, 0, 0.7); @@ -1221,7 +1221,6 @@ stretching in width... */ /* tick... */ .overlay-info .marked { background: transparent; - margin-left: 6px; } .overlay-info .marked:before, .overlay-info .marked:after { diff --git a/ui (gen4)/css/layout.less b/ui (gen4)/css/layout.less index 0a7c4ea5..fce3381d 100755 --- a/ui (gen4)/css/layout.less +++ b/ui (gen4)/css/layout.less @@ -1074,7 +1074,7 @@ stretching in width... */ border: none; margin: 4px; - margin-left: 6px; + margin-right: 10px; width: 10px; height: 10px; @@ -1092,7 +1092,6 @@ stretching in width... */ /* tick... */ .overlay-info .marked { background: transparent; - margin-left: 6px; } .overlay-info .marked:before, .overlay-info .marked:after {