Merge pull request #1879 from aragonc/1.11.x

fix space between radio buttons and text #1607
pull/2487/head
Alex Aragon Calixto 8 years ago committed by GitHub
commit ab4c8e6fda
  1. 4
      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;
}

Loading…
Cancel
Save