summaryrefslogtreecommitdiff
path: root/paper/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2015-03-10 19:43:17 -0400
committerThomas Park <thomas@thomaspark.me>2015-03-10 19:43:17 -0400
commit93738d763fd08637ccfd3ab322176b70f099d309 (patch)
treeb7eb8cfaece90e1b2aa9e1cfc610096e4bd3f122 /paper/bootstrap.css
parentc49f962a9dde9f60b8c6764ea03eee6eb9aee985 (diff)
paper: fix radio and checkbox for addons
Diffstat (limited to 'paper/bootstrap.css')
-rw-r--r--paper/bootstrap.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/paper/bootstrap.css b/paper/bootstrap.css
index 145da0bf..758c081f 100644
--- a/paper/bootstrap.css
+++ b/paper/bootstrap.css
@@ -6953,11 +6953,23 @@ select.form-control[multiple] {
.checkbox-inline label {
padding-left: 25px;
}
+.radio input[type="radio"],
+.radio-inline input[type="radio"],
+.checkbox input[type="radio"],
+.checkbox-inline input[type="radio"],
+.radio input[type="checkbox"],
+.radio-inline input[type="checkbox"],
+.checkbox input[type="checkbox"],
+.checkbox-inline input[type="checkbox"] {
+ margin-left: -25px;
+}
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
+ position: relative;
margin-top: 5px;
- margin-left: -25px;
+ margin-right: 4px;
+ vertical-align: -4px;
border: none;
background-color: transparent;
-webkit-appearance: none;
@@ -7031,7 +7043,8 @@ input[type="radio"]:disabled:checked:after,
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
- margin-left: -25px;
+ position: relative;
+ vertical-align: -4px;
border: none;
-webkit-appearance: none;
appearance: none;