(custom.css) increased the left margin for .checkbox/.radio-inline classes.
authorrsiddharth <rsd@gnu.org>
Mon, 21 Oct 2013 18:30:29 +0000 (00:00 +0530)
committerrsiddharth <rsd@gnu.org>
Mon, 21 Oct 2013 18:30:29 +0000 (00:00 +0530)
2014/assets/css/custom.css

index 6c02089a6102d5354bc972502564da6a2c734470..d920bace89a5b26ca19e84b271949575b74c223f 100644 (file)
@@ -160,6 +160,16 @@ input[type="checkbox"] {
   line-height: normal;
 }
 
+.radio-inline,
+.checkbox-inline {
+  display: inline-block;
+  padding-left: 25px;
+  margin-bottom: 0;
+  font-weight: normal;
+  vertical-align: middle;
+  cursor: pointer;
+}
+
 .btn-default {
   color: #ffffff;
   background-color: rgba(145, 145, 145, 0.5);