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