Testscript für Version 2.4.3. r2736 hat den Test bestanden :-)
[kivitendo-erp.git] / css / lx-office-erp.css
index 3c435af..a699d56 100644 (file)
@@ -123,8 +123,16 @@ body.menu {
        border-style:dotted;
        border-width:thin;
 }
-       
-       
+
+.accountlistheading { 
+       font-size: 10pt; 
+       padding:3px;
+       color: white; 
+       font-weight: bold;
+       text-align:left;
+       background-color:rgb(133,132,129);
+}
+
 .subsubheading {
   color: black;
   font-weight: bolder;
@@ -181,6 +189,11 @@ h2.error {
   font-size: 14pt;
 }
 
+fieldset {
+  margin-top:15px;
+  color: black;
+  font-weight: bolder;
+}
 
 /* media stuff */
 
@@ -201,3 +214,11 @@ h2.error {
   padding-left: 2px;
   padding-right: 2px;
 }
+
+label {
+  cursor:pointer;
+}
+
+.unbalanced_ledger {
+  background-color: #ffa0a0;
+}