Only reposition style list checkboxes

This commit is contained in:
narcolepticinsomniac 2018-07-04 10:58:46 -04:00 committed by GitHub
parent 7a90f68d19
commit 5c6b772bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1172,7 +1172,7 @@ input[id^="manage.newUI"] {
padding: 0; padding: 0;
} }
.newUI .checkmate { .newUI .entry .checkmate {
position: absolute; position: absolute;
left: 16px; left: 16px;
top: 0; top: 0;
@ -1180,7 +1180,7 @@ input[id^="manage.newUI"] {
margin: auto; margin: auto;
} }
.newUI .style-name { .newUI .entry .style-name {
width: 50%; width: 50%;
padding: .5rem 1rem .5rem 36px; padding: .5rem 1rem .5rem 36px;
text-indent: unset; text-indent: unset;