commit | author | age | ||
a9b206 | 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 | .app-menu-content { | |
31 | overflow: hidden; | |
32 | } |