1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
// input[type=checkbox].multiple_selection { // margin-left: 0px; // position: absolute; // top: 0px; // } #multiple_selection_menu { h3 { margin-top: 20px; } div { padding: 6px 8px; } .actions { margin-top: 20px; } .select_all, .deselect_all { font-size: 0.8em; } }