Menu: Fehlerchecks beim yaml einlesen(2)
[kivitendo-erp.git] / css / kivitendo / main.css
index e9b54a1..fc6b38f 100644 (file)
@@ -73,6 +73,11 @@ hr {
        height: 2px;
 }
 
+tr.rule-before th, tr.rule-before td {
+  padding-top: 2px;
+  border-top: 2px solid #EBEBEB;
+}
+
 /* I.E. & Chrome können das nicht! */
 /* input[type="radio"], input[type="checkbox"]{
        width:1.15em;
@@ -394,6 +399,7 @@ label {
 }
 .customer-vendor-picker-undefined,
 .chartpicker-undefined,
+.projectpicker-undefined,
 .partpicker-undefined {
   color: red;
   font-style: italic;
@@ -465,3 +471,10 @@ div.cpc_block span.cpc_block_second_row {
 span.toggle_selected {
   font-weight: bold;
 }
+.dunned_invoice {
+  font-weight: bold;
+  color: #f00;
+}
+.customer_dunning_level {
+  font-weight: bold;
+}