diff --git a/app/assets/stylesheets/bootstrap.css b/app/assets/stylesheets/bootstrap.css index 32a7f91ef..b497e60ba 100644 --- a/app/assets/stylesheets/bootstrap.css +++ b/app/assets/stylesheets/bootstrap.css @@ -1738,18 +1738,6 @@ input[type="search"] { font-weight: normal; cursor: pointer; } -.radio input[type="radio"], -.radio-inline input[type="radio"], -.checkbox input[type="checkbox"], -.checkbox-inline input[type="checkbox"] { - position: absolute; - margin-top: 4px \9; - margin-left: -20px; -} -.radio + .radio, -.checkbox + .checkbox { - margin-top: -5px; -} .radio-inline, .checkbox-inline { display: inline-block; diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 2baa5cb62..4c20f48a3 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -5939,7 +5939,7 @@ footer { } .checkbox.form-group .controls label { - padding: 3px 0 3px 20px; + padding: 2px 0; font: inherit; font-size: 13px; margin-bottom: 0; @@ -5949,11 +5949,6 @@ footer { @extend .u-clickable; } -.checkbox.form-group input[type=checkbox] { - margin-top: 7px; - vertical-align: bottom; -} - .userSearch-label { margin: 11px 10px 0 0; }