From 3467d7e58b0e4336e25dfeb7c1ff8b4e54577aab Mon Sep 17 00:00:00 2001 From: derv82 Date: Mon, 4 Dec 2017 20:18:02 -0800 Subject: [PATCH] Fix position of 'inline' Find Styles w/ latest merge. --- popup.html | 10 +++++----- popup/search-results.css | 9 +++++++-- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/popup.html b/popup.html index b1ce4e96..2d9607a3 100644 --- a/popup.html +++ b/popup.html @@ -168,11 +168,11 @@ diff --git a/popup/search-results.css b/popup/search-results.css index ed468752..7e2044fc 100755 --- a/popup/search-results.css +++ b/popup/search-results.css @@ -112,7 +112,12 @@ body.search-results-shown { text-align: center; } +#find-styles-inline-group input[type="checkbox"], #find-styles-inline-group .svg-icon.checked { - margin-top: 5px; - margin-left: -13px; + position: relative; +} + +#find-styles-inline-group .svg-icon.checked { + margin-left: -13px; + margin-right: 2px; }