CSS-Klassen für Fehlermeldungen und anderen Inhalt eingefügt.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 17 Jan 2008 15:19:39 +0000 (15:19 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 17 Jan 2008 15:19:39 +0000 (15:19 +0000)
css/lx-office-erp.css

index a699d56..312554e 100644 (file)
@@ -124,6 +124,15 @@ body.menu {
        border-width:thin;
 }
 
+.listheadingcontent { 
+       font-size: 9pt; 
+       background-color: 
+       rgb(236,233,216); 
+       color: black; 
+       font-weight: bolder;
+       text-align:left;
+}
+
 .accountlistheading { 
        font-size: 10pt; 
        padding:3px;
@@ -222,3 +231,10 @@ label {
 .unbalanced_ledger {
   background-color: #ffa0a0;
 }
+
+.error_message {
+  color: #000000;
+  border: 1px solid #8b0000;
+  background-color: #ffcccc;
+  padding: 3px;
+}