Revision 61d89baf
Von Sven Donath vor mehr als 14 Jahren hinzugefügt
css/Mobile.css | ||
---|---|---|
95 | 95 |
border-width:1px; |
96 | 96 |
background:#D4D0C8; |
97 | 97 |
} |
98 |
|
|
99 |
.message_ok { |
|
100 |
font-size: 10pt; |
|
101 |
padding:3px; |
|
102 |
background-color: lightgreen; |
|
103 |
color: black; |
|
104 |
font-weight: bolder; |
|
105 |
text-align:center; |
|
106 |
border-style:solid; |
|
107 |
border-width:thin; |
|
108 |
} |
|
109 |
|
|
110 |
.message_error { |
|
111 |
font-size: 10pt; |
|
112 |
padding:5px; |
|
113 |
background-color: #FFAAAA; |
|
114 |
color: white; |
|
115 |
font-weight: bolder; |
|
116 |
text-align:center; |
|
117 |
border-style:solid; |
|
118 |
border-width:thin; |
|
119 |
} |
|
120 |
|
|
98 | 121 |
/* Bei Listen den Farbwechsel zur besseren Lesbarkeit: */ |
99 | 122 |
.listrow1 { background-color: #C8D4C6; color: black; vertical-align: top; } |
100 | 123 |
.listrow0 { background-color: white; color: black; vertical-align: top; } |
Auch abrufbar als: Unified diff
message_ok und message_error CSS-Styles eingefügt. Msg-Ausgabe etwas repariert. Hat noch Potential.
Nachtrag zum vorigen Commit: Die Bezeichnung des seitlichen Menüs habe ich von 'Alt (seitlich)' auf 'Links (HTML)' geändert,
weil das in der Dropdown-Box logischer ist.
Die Dropdown-Box heißt jetzt 'Menü-Variante' statt 'Menüsetup'.