Merge branch 'acc_trans'
[kivitendo-erp.git] / css / lx-office-erp / main.css
index 3788c88..76ae018 100644 (file)
@@ -1,4 +1,4 @@
-/* Stylesheet for Lx-Office
+/* Stylesheet for kivitendo
  * Name: lx-office-erp.css*/
 
 /* The look of links */
@@ -377,6 +377,10 @@ label {
   padding: 5px;
 }
 
+.flash_title {
+  font-weight: bold;
+}
+
 .jqmWindow {
   display: none;
 
@@ -444,3 +448,8 @@ label {
   border-style:none;
   border-width:thin;
 }
+
+.dimmed-text {
+  color: #aaa;
+  font-style: italic;
+}