Persoenliche Mediazentrale
ulrich
2021-04-07 f45e203a66a5471a0dd05e0362566ef96a2b6b31
commit | author | age
cfa858 1
U 2 .app-menu {
3   margin: 0;
4   padding: 0;
5 }
6
7 .app-menu-kopf {
8   text-align: center;
9 }
10
11 ul.app-menu {
12     list-style: none;
13 }
14
15 .app-menu-item-back {
16   margin-bottom: 0.3em;
17   cursor: pointer;
18 }
19
20 .app-menu-item {
21   text-align: right;
22   cursor: pointer;
23 }
24
25 .app-menu-item-submark {
26   color: transparent;
27   cursor: pointer;
28 }
29
30 /*
31   Das div-Element, das das Menue aufnimmt erhaelt
32   die Klasse app-menu-content
33 */
34 .app-menu-content {
35   overflow: hidden;
36 }