Revision 22ef7f9a
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
css/lx-office-erp.css | ||
---|---|---|
292 | 292 |
.flash_message_error { |
293 | 293 |
background-color:#FFD6D6; |
294 | 294 |
border: 1px solid #AE0014; |
295 |
margin-top: 2px; |
|
296 |
margin-bottom: 2px; |
|
295 |
margin-top: 5px; |
|
296 |
margin-bottom: 5px; |
|
297 |
padding: 5px; |
|
297 | 298 |
} |
298 | 299 |
|
299 | 300 |
.flash_message_warning { |
300 | 301 |
background-color:#FFE8C7; |
301 | 302 |
border: 1px solid #FF6600; |
302 |
margin-top: 2px; |
|
303 |
margin-bottom: 2px; |
|
303 |
margin-top: 5px; |
|
304 |
margin-bottom: 5px; |
|
305 |
padding: 5px; |
|
304 | 306 |
} |
305 | 307 |
|
306 | 308 |
.flash_message_info { |
307 | 309 |
background-color:#DCF2FF; |
308 | 310 |
border: 1px solid #4690FF; |
309 |
margin-top: 2px; |
|
310 |
margin-bottom: 2px; |
|
311 |
margin-top: 5px; |
|
312 |
margin-bottom: 5px; |
|
313 |
padding: 5px; |
|
311 | 314 |
} |
Auch abrufbar als: Unified diff
Flash-Nachrichten mit großzügigeren Abständen ausstatten