]> wagnertech.de Git - mfinanz.git/blobdiff - css/kivitendo/main.css
Banktransaction: Kontoauszug verbuchen: Sonderfall für "credit_notes"
[mfinanz.git] / css / kivitendo / main.css
index 1158da58f9ed0c67cf4b176254821c8521c62516..dd1ff541fd5b7dd676a7ae3f57850a5bd59c5be4 100644 (file)
@@ -12,10 +12,10 @@ Tabcolor:      #CAFFA3
 
 
 body {
-  font-family: Verdana, Arial, Helvetica;
   background-color: #FFFFFF;
   color: #000000;
-  font-size: 9pt;
+  font-family: Verdana, Arial, Helvetica, sans-serif;
+  font-size: 80%;
 }
 
 /* Input elements */
@@ -34,10 +34,15 @@ select {
   padding: 1px;
 }
 
+input[type="text"], input[type="password"]
+textarea,
 select {
   -moz-appearance: none;
   -webkit-appearance: none;
   -o-appearance: none;
+}
+
+select {
   appearance : none;
   background: white url('../../image/select-down.png') no-repeat scroll right center;
   padding: 0 14px 0 0;
@@ -147,7 +152,7 @@ body.login {
 }
 .login h1 {
   text-align: center;
-  font-size: 20px;
+  font-size: 150%;
 }
 table.login {
   background-color: #FFFFE0;
@@ -212,11 +217,11 @@ body.menu {
 }
 /* Headings */
 .listtop, h1 {
-  font-size:125%;
   background-color: #006400;
   text-align: left;
   padding: 0.5em;
   color: #FFFFFF;
+  font-size:100%;
   font-weight: bolder;
   border-style: none;
   border-width: thin;
@@ -231,6 +236,7 @@ body.menu {
   padding: 0.2em;
   background-color: #EBEBEB;
   color: #006400;
+  font-size: 95%;
   font-weight: bolder;
   text-align: left;
   border-style: none;
@@ -401,17 +407,16 @@ label {
   margin-right: 6px;
 }
 
+.chart_picker,
 .part_picker {
   display: inline-block;
 }
+.chart_picker:before,
 .part_picker:before {
   display: inline-block;
   vertical-align: middle;
   height: 100%;
 }
-.chart_picker {
-  padding-right: 16px;
-}
 .customer-vendor-picker-undefined,
 .chartpicker-undefined,
 .projectpicker-undefined,
@@ -438,11 +443,13 @@ div.chart_picker_chart:hover {
   color: #FE5F14;
 }
 
+div.cpc_block,
 div.ppp_block {
   overflow:hidden;
   float:left;
   width: 350px;
 }
+span.cpc_popup_button,
 span.ppp_popup_button {
   display: inline-block;
   vertical-align: middle;
@@ -453,12 +460,14 @@ span.ppp_popup_button {
   background: url("../../image/search.svg") no-repeat center right;
   background-size: contain;
 }
+span.chart_picker input,
 span.part_picker input {
   padding-right: 20px;
   box-sizing: padding-box;
   -moz-box-sizing: padding-box;
   -webkit-box-sizing: padding-box;
 }
+span.chart_picker,
 span.part_picker {
   white-space: nowrap;
 }
@@ -493,7 +502,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;
@@ -505,3 +513,10 @@ span.toggle_selected {
 .customer_dunning_level {
   font-weight: bold;
 }
+
+#expand_all, .expand {
+    cursor: pointer;
+    display: block;
+    max-width: 16px;
+    max-height: 16px;
+}