Fix position of 'inline' Find Styles w/ latest merge.

This commit is contained in:
derv82 2017-12-04 20:18:02 -08:00
parent f580c10e85
commit 3467d7e58b
2 changed files with 12 additions and 7 deletions

View File

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