Lieferbedingungen haben kein Attribut description_long_invoice
[kivitendo-erp.git] / css / lx-office-erp / main.css
index f6b1f16..2b539fa 100644 (file)
@@ -24,7 +24,10 @@ input, textarea, select {
 }
 
 select {
-  padding: 0px;
+  -moz-appearance: none;
+  appearance : none;
+  background: white url('../../image/select-down.png') no-repeat scroll right center;
+  padding: 0 14px 0 0;
 }
 
 input:focus, textarea:focus, select:focus {
@@ -72,7 +75,7 @@ html {
 
 body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
-  font-size: 10pt;
+  font-size: 80%;
   background-color: white;
   background-image: url("../../image/fade.png"); background-repeat:repeat-x;
   color: black;
@@ -82,25 +85,16 @@ body {
 td {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: black;
-  font-size: 8pt;
   font-weight: normal;
 }
 td.hover:hover {
-    color: black;
-/*          background-color: #FFFFCC;
-          font-size: 8pt;
-          text-decoration: none;
-          border:none;
-          borderWidth:0px;
-          borderColor:2557AD;
-*/
+  color: black;
 }
 
 
 th {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: black;
-  font-size: 8pt;
   font-weight: normal;
 }
 
@@ -116,7 +110,7 @@ div.login {
   color: #A0A0A0;
 }
 h1.login {
-  font-size: 18pt;
+  font-size: 150%;
 }
 table.login {
   background-color: #efedde;
@@ -141,7 +135,6 @@ div.admin {
     padding: 3px;
 }
 .message_ok {
-    font-size: 12pt;
     padding:5px;
     background-color: #ADFFB6;
     color: black;
@@ -151,7 +144,6 @@ div.admin {
     border-width:thin;
 }
 .message_error {
-    font-size: 12pt;
     padding:5px;
     background-color: #FFAAAA;
     color: black;
@@ -161,7 +153,6 @@ div.admin {
     border-width:thin;
 }
 .message_hint {
-    font-size: 12pt;
     padding:5px;
     background-color: #FFFE66;
     color: black;
@@ -171,7 +162,6 @@ div.admin {
     border-width:thin;
 }
 .message_error_label {
-    font-size: 0.8em;
     padding:5px;
     background-color: #FEE;
     font-weight:normal;
@@ -185,9 +175,9 @@ div.admin {
 */
 .listtop, h1 {
     background-color: rgb(236,233,216);
+    font-size: 100%;
     text-align:left;
     padding:5px;
-    font-size: 10pt;
     color: black;
     font-weight: bolder;
     border-style:dashed;
@@ -210,12 +200,12 @@ div.admin {
 }
 
 .listheading, .listheading th, #content h2 {
-    font-size: 9pt;
+    font-size: 95%;
     padding:3px;
     background-color:
     rgb(236,233,216);
     color: black;
-    font-weight: bolder;
+    font-weight: bold;
     text-align:left;
     background-image: url("../../image/fade.png");
     border-style:dotted;
@@ -223,7 +213,6 @@ div.admin {
 }
 
 .listheadingcontent {
-    font-size: 9pt;
     background-color:
     rgb(236,233,216);
     color: black;
@@ -232,7 +221,6 @@ div.admin {
 }
 
 .accountlistheading {
-    font-size: 10pt;
     padding:3px;
     color: white;
     font-weight: bold;
@@ -269,16 +257,16 @@ div.admin {
 .greenrow1 { background-color: rgb(0,250,0); color: black; vertical-align: top; }
 .greenrow0 { background-color: rgb(0,255,0); color: black; vertical-align: top; }
 
-.listsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;}
+.listsubtotal { background-color: rgb(236,233,216); color: black; font-weight: bolder;}
 
-.listtotal, .listtotal td { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: bolder;}
+.listtotal, .listtotal td { background-color: rgb(236,233,216); color: black; font-weight: bolder;}
 
 /* Verkaufsbericht */
-.listmainsortheader { font-size: 8pt; background-color: rgb(236,233,216); color: red; font-weight: bolder; padding-left: 10px; padding-top: 0px;}
-.listmainsortsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: red; font-weight: bolder; padding-left: 10px;}
-.listsubsortheader { font-size: 8pt; background-color: rgb(236,233,216); color: green; font-weight: bolder; padding-left: 20px}
-.listsubsortsubtotal { font-size: 8pt; background-color: rgb(236,233,216); color: green; font-weight: bolder; padding-left: 20px}
-.listsortdescription { font-size: 8pt; background-color: rgb(236,233,216); color: black; font-weight: normal; padding-left: 30px}
+.listmainsortheader { background-color: rgb(236,233,216); color: red; font-weight: bolder; padding-left: 10px; padding-top: 0px;}
+.listmainsortsubtotal { background-color: rgb(236,233,216); color: red; font-weight: bolder; padding-left: 10px;}
+.listsubsortheader { background-color: rgb(236,233,216); color: green; font-weight: bolder; padding-left: 20px}
+.listsubsortsubtotal { background-color: rgb(236,233,216); color: green; font-weight: bolder; padding-left: 20px}
+.listsortdescription { background-color: rgb(236,233,216); color: black; font-weight: normal; padding-left: 30px}
 
 
 .submit {
@@ -300,12 +288,10 @@ div.admin {
 
 h2.confirm {
   color: blue;
-  font-size: 14pt;
 }
 
 h2.error {
   color: red;
-  font-size: 14pt;
 }
 
 fieldset {
@@ -372,13 +358,11 @@ label {
 }
 
 .coa_detail_emph {
-  font-size:10pt;
   font-weight:bold;
   color:darkred;
 }
 
 .coa_details_header {
-  font-size:8pt;
   padding:3px;
   font-weight:bolder;
   text-align:center;
@@ -387,7 +371,6 @@ label {
 }
 
 .coa_details_header2 {
-  font-size:8pt;
   padding:3px;
   font-weight:normal;
   text-align:left;
@@ -475,7 +458,6 @@ div.cpc_line span.cpc_block_second_row {
   display:none;
 }
 div.cpc_block span.cpc_block_second_row {
-  font-size:80%;
 }
 span.toggle_selected {
   font-weight: bold;
@@ -487,3 +469,15 @@ span.toggle_selected {
 .customer_dunning_level {
   font-weight: bold;
 }
+a.green {
+       background-color:#40FF00;
+       border:none;
+}
+a.orange {
+       background-color:#FF8000;
+       border:none;
+}
+a.red {
+       background-color:#FF0000;
+       border:none;
+}