Fix position of 'inline' Find Styles w/ latest merge.
This commit is contained in:
parent
f580c10e85
commit
3467d7e58b
|
@ -112,7 +112,12 @@ body.search-results-shown {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#find-styles-inline-group input[type="checkbox"],
|
||||||
#find-styles-inline-group .svg-icon.checked {
|
#find-styles-inline-group .svg-icon.checked {
|
||||||
margin-top: 5px;
|
position: relative;
|
||||||
margin-left: -13px;
|
}
|
||||||
|
|
||||||
|
#find-styles-inline-group .svg-icon.checked {
|
||||||
|
margin-left: -13px;
|
||||||
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user