aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/stylesheets/scss/study-area-selection.scss
blob: 2d77ba5896b792624b17324cd505acd9716b1928 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* --- Studienbereichsauswahl ----------------------------------------------- */
#study_area_selection {
    padding: 1em;

    h3    { margin-top: 1em; }
    .odd  { background-color: var(--content-color-10); }
    .even { background-color: var(--content-color-20); }
}

#study_area_selection_none,
#study_area_selection_at_least_one {
    font-style: italic;
}

#study_area_selection_chosen {
    float: left;
    margin: 0;
    padding: 0;
    width: 49%;
}

#study_area_selection_selectables {
    margin: 0 0 0 50%;
    padding: 0;
    width: 49%;
}

#study_area_selection_chosen,
#study_area_selection_selectables {
    ul, li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    li { padding-left: 1em; }
}

#admin_seminare_assi {
    #study_area_selection {
        font-size: 0.8em;

        h3 { font-weight: normal; }
    }
}