css-bootstrap/checkbox.css
authorEdward <edward@roojs.com>
Fri, 5 Jun 2015 04:34:01 +0000 (12:34 +0800)
committerEdward <edward@roojs.com>
Fri, 5 Jun 2015 04:34:01 +0000 (12:34 +0800)
css-bootstrap/checkbox.css

index b7b1439..855ece5 100644 (file)
 .radio-success input[type="radio"]:checked + label::before {
     border-color: #5cb85c; }
 .radio-success input[type="radio"]:checked + label::after {
-    background-color: #5cb85c; }
\ No newline at end of file
+    background-color: #5cb85c; }
+
+.checkbox.checkbox-inline,
+.radio.radio-inline
+{
+    margin-top: 0;
+}
\ No newline at end of file