X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp.css;h=6fbe8c29eb6202945a671fc64ee5260a0a9bbe60;hb=4970b5b2d9752c974e9359e1f4548bce45ba6017;hp=7283a32ec181ae75f9d415a7dd88136fefde32ee;hpb=4856da7e20f5dba5c1ecca440869de3f6bb0a70a;p=kivitendo-erp.git diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index 7283a32ec..6fbe8c29e 100644 --- a/css/lx-office-erp.css +++ b/css/lx-office-erp.css @@ -121,11 +121,20 @@ body.menu { border-style:solid; border-width:thin; } +.message_error_label { + font-size: 0.8em; + padding:5px; + background-color: #FEE; + font-weight:normal; + text-align:left; + border-style:solid; + border-width:thin; +} /* Überschriftsbalken */ -.listtop { +.listtop, h1 { background-color: rgb(236,233,216); text-align:left; padding:5px; @@ -292,20 +301,23 @@ label { .flash_message_error { background-color:#FFD6D6; border: 1px solid #AE0014; - margin-top: 2px; - margin-bottom: 2px; + margin-top: 5px; + margin-bottom: 5px; + padding: 5px; } .flash_message_warning { background-color:#FFE8C7; border: 1px solid #FF6600; - margin-top: 2px; - margin-bottom: 2px; + margin-top: 5px; + margin-bottom: 5px; + padding: 5px; } .flash_message_info { background-color:#DCF2FF; border: 1px solid #4690FF; - margin-top: 2px; - margin-bottom: 2px; + margin-top: 5px; + margin-bottom: 5px; + padding: 5px; }