aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/multiple_selection.scss
blob: 6a5bdd54f62cc9a36401836182baf6ba951a7951 (plain)
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;
    }
}