Skip to content

Commit

Permalink
Fix #1782
Browse files Browse the repository at this point in the history
Fix checkbox left margin glitch
  • Loading branch information
skjnldsv authored and rullzer committed Nov 2, 2016
1 parent 122fbf0 commit d8ec463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/theming/lib/Controller/ThemingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public function getStylesheet() {
$responseCss .= sprintf('input[type="checkbox"].checkbox:checked:enabled:not(.checkbox--white) + label:before {' .
'background-image:url(\'%s/core/img/actions/checkmark-white.svg\');' .
'background-color: %s; background-position: center center; background-size:contain;' .
'width:12px; height:12px; padding:0; margin:2px 6px 6px 2px; border-radius:1px;' .
'width:12px; height:12px; padding:0; margin:2px 6px 6px 9px; border-radius:1px;' .
"}\n",
\OC::$WEBROOT,
$elementColor
Expand Down

0 comments on commit d8ec463

Please sign in to comment.