ulrich
2017-04-06 48a649c8e6fca04a0a7de20110e6a8427e9da659
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
 
 
#inhalt {
  margin-top: 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
 
#nutzerliste {
  height: 10em;
  width: 80%
}
 
#nutzerrollen {
  height: 5em;
  width: 80%
}
 
#rollen {
  height: 5em;
  width: 80%
}
 
#nav {
  margin-top: 1em;
}
 
#role-form {
  margin-top: 1em;
}
 
#user-role-form {
  margin-top: 1em;
}
 
.eingabe {
  margin-top: 0.5em;
}
 
.role-select {
  margin-bottom: 0.5em;
}