kivitendo-CSS: Fontgröße ausschließlich relativ & mit lx-office-erp abgestimmt
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 14 Oct 2016 13:47:50 +0000 (15:47 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 14 Oct 2016 13:49:25 +0000 (15:49 +0200)
css/kivitendo/main.css

index 1158da5..9f712aa 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 */
@@ -147,7 +147,7 @@ body.login {
 }
 .login h1 {
   text-align: center;
-  font-size: 20px;
+  font-size: 150%;
 }
 table.login {
   background-color: #FFFFE0;
@@ -212,11 +212,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 +231,7 @@ body.menu {
   padding: 0.2em;
   background-color: #EBEBEB;
   color: #006400;
+  font-size: 95%;
   font-weight: bolder;
   text-align: left;
   border-style: none;
@@ -493,7 +494,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;