From: Sven Schöling Date: Fri, 17 Jun 2016 17:10:17 +0000 (+0200) Subject: lx-office-erp.css: proportionale font-sizes X-Git-Tag: release-3.4.1~31 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8b91924ca4301ce6ee2c3b0902c1fcafb1f7c17d;p=kivitendo-erp.git lx-office-erp.css: proportionale font-sizes Firefox 47 ignoriert unter unity7 font-size in select komplett, ausserdem haben wir seit ewigkeiten das problem dass td { font-size: 8pt } alle spacings kaputtmacht. Das hier entfernt das experimentell. --- diff --git a/css/lx-office-erp/dhtmlsuite/menu-bar.css b/css/lx-office-erp/dhtmlsuite/menu-bar.css index d08f358e4..c0a98954a 100644 --- a/css/lx-office-erp/dhtmlsuite/menu-bar.css +++ b/css/lx-office-erp/dhtmlsuite/menu-bar.css @@ -21,7 +21,6 @@ width:100%; background-repeat:repeat-x; font-family: sans-serif, Verdana, Arial, Helvetica; - font-size:12px; z-index:100000; padding-left:10px; /* background-image:url('../../../image/dhtmlsuite/menu_strip_bg.jpg');*/ diff --git a/css/lx-office-erp/frame_header/header.css b/css/lx-office-erp/frame_header/header.css index cf5d146eb..23f24b468 100644 --- a/css/lx-office-erp/frame_header/header.css +++ b/css/lx-office-erp/frame_header/header.css @@ -18,7 +18,6 @@ min-height: 20px; width: 100%; border-spacing: 0; - font-size: 12px; } #frame-header .frame-header-left { @@ -53,5 +52,5 @@ } #frame-header input { - font-size: 12px; + font-size: 100%; } diff --git a/css/lx-office-erp/jquery-ui.custom.css b/css/lx-office-erp/jquery-ui.custom.css index cc66e7b17..fbab5261d 100644 --- a/css/lx-office-erp/jquery-ui.custom.css +++ b/css/lx-office-erp/jquery-ui.custom.css @@ -16,7 +16,6 @@ border: 0; color: #000000; font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; - font-size: 1.1em; overflow: hidden; } @@ -111,7 +110,6 @@ border-style: dashed; border-width: thin; color: black; - font-size: 10pt; font-weight: bolder; margin: 5px; padding: 5px; diff --git a/css/lx-office-erp/list_accounts.css b/css/lx-office-erp/list_accounts.css index 552a901cf..a7c0c7bd8 100644 --- a/css/lx-office-erp/list_accounts.css +++ b/css/lx-office-erp/list_accounts.css @@ -4,7 +4,6 @@ background-color:rgb(236,233,216); text-align:left; padding:5px; - font-size:12pt; color:black; font-weight: bolder; border-style:dashed; @@ -18,7 +17,6 @@ } .coa_listheading_element { - font-size:10pt; padding:3px; font-weight:bolder; text-align:left; @@ -44,7 +42,6 @@ } .coa_account_header { - font-size:10pt; padding:3px; font-weight:bolder; text-align:left; @@ -53,7 +50,6 @@ } .coa_account_header_sc { - font-size:10pt; padding:3px; font-weight:bolder; text-align:left; @@ -68,13 +64,11 @@ } .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; @@ -83,7 +77,6 @@ } .coa_details_header2 { - font-size:8pt; padding:3px; font-weight:normal; text-align:left; diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index 4ab75385a..d1db71e3e 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -27,7 +27,6 @@ select { -moz-appearance: none; -webkit-appearance: none; -o-appearance: none; - height: 16px; appearance : none; background: white url('../../image/select-down.png') no-repeat scroll right center; padding: 0 14px 0 0; @@ -78,7 +77,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; @@ -88,25 +87,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; } @@ -122,7 +112,7 @@ div.login { color: #A0A0A0; } h1.login { - font-size: 18pt; + font-size: 150%; } table.login { background-color: #efedde; @@ -147,7 +137,6 @@ div.admin { padding: 3px; } .message_ok { - font-size: 12pt; padding:5px; background-color: #ADFFB6; color: black; @@ -157,7 +146,6 @@ div.admin { border-width:thin; } .message_error { - font-size: 12pt; padding:5px; background-color: #FFAAAA; color: black; @@ -167,7 +155,6 @@ div.admin { border-width:thin; } .message_hint { - font-size: 12pt; padding:5px; background-color: #FFFE66; color: black; @@ -177,7 +164,6 @@ div.admin { border-width:thin; } .message_error_label { - font-size: 0.8em; padding:5px; background-color: #FEE; font-weight:normal; @@ -191,9 +177,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; @@ -216,12 +202,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; @@ -229,7 +215,6 @@ div.admin { } .listheadingcontent { - font-size: 9pt; background-color: rgb(236,233,216); color: black; @@ -238,7 +223,6 @@ div.admin { } .accountlistheading { - font-size: 10pt; padding:3px; color: white; font-weight: bold; @@ -275,16 +259,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 { @@ -306,12 +290,10 @@ div.admin { h2.confirm { color: blue; - font-size: 14pt; } h2.error { color: red; - font-size: 14pt; } fieldset { @@ -378,13 +360,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; @@ -393,7 +373,6 @@ label { } .coa_details_header2 { - font-size:8pt; padding:3px; font-weight:normal; text-align:left; @@ -514,7 +493,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; diff --git a/css/lx-office-erp/menu.css b/css/lx-office-erp/menu.css index 5ebbd85c1..5cdf95407 100644 --- a/css/lx-office-erp/menu.css +++ b/css/lx-office-erp/menu.css @@ -2,7 +2,7 @@ body.menu { background-image: url("../../image/fade.png");background-repeat:repeat-x; font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:8pt; + font-size: 80%; color: black; } @@ -17,7 +17,6 @@ table.menunew td { padding: 0; color:white; font-family: Verdana, Arial, sans-serif; - font-size: 12px; } body.menunew { @@ -162,7 +161,7 @@ div#menuv3 li li li li:hover ul #content.html-menu { margin-left: 190px; } #content.html-menu.folded { margin-left: 40px } #html-menu.folded:hover + #content.html-menu.folded { margin-left: 190px } -#html-menu { float:left; width: 183px; font-size: 8pt; margin-top: 10px; overflow:hidden; } +#html-menu { float:left; width: 183px; font-size: 85%; margin-top: 10px; overflow:hidden; } #html-menu.folded { width: 32px; } #html-menu.folded:hover { width: 183px; } #html-menu div.mi { margin-top: 4px; margin-bottom: 3px; white-space: nowrap; clear:both; position:relative; }