Browse Source

Merge pull request #1879 from aragonc/1.11.x

fix space between radio buttons and text #1607
Alex Aragon Calixto 8 năm trước cách đây
mục cha
commit
ab4c8e6fda
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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;
 }