소스 검색

Merge pull request #1879 from aragonc/1.11.x

fix space between radio buttons and text #1607
Alex Aragon Calixto 8 년 전
부모
커밋
ab4c8e6fda
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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;
 }