]> wagnertech.de Git - mfinanz.git/blobdiff - css/lx-office-erp.css
Methoden zum Speichern von eindeutigen Keys in der Session
[mfinanz.git] / css / lx-office-erp.css
index 7283a32ec181ae75f9d415a7dd88136fefde32ee..6f25ee507ea8b6dbf9f7986e442c79773c5936f5 100644 (file)
@@ -121,6 +121,15 @@ 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
@@ -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;
 }