Browse Source

Merge pull request #1879 from aragonc/1.11.x

fix space between radio buttons and text #1607
Alex Aragon Calixto 7 years ago
parent
commit
ab4c8e6fda
1 changed files with 3 additions and 1 deletions
  1. 3 1
      app/Resources/public/css/base.css

+ 3 - 1
app/Resources/public/css/base.css

@@ -308,7 +308,9 @@ header{
     text-align:center;
     vertical-align:middle;
 }
-
+input[type=checkbox], input[type=radio]{
+    margin: 8px 0 0;
+}
 #gradebook_list .centered .badge-group {
     width: auto;
 }