X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fdefault%2Fdefault.css;h=7cdd469b995a362c762e616bf44828f0ae2feb6d;hb=HEAD;hp=a2bfd91e6ef824d11b6d5e256e9b64f92c857d3c;hpb=2675ad383b1de774e9832ef134abc81e69479fed;p=fa-stable.git diff --git a/themes/default/default.css b/themes/default/default.css index a2bfd91e..7cdd469b 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -16,6 +16,7 @@ | | \--------------------------------------------------*/ + body { font-family: Verdana, Arial, Helvetica; background: #285b86; @@ -28,11 +29,11 @@ tr, td, th { font-size: 11px; line-height: 19px; } - +/* table { text-align: left; } - +*/ textarea { font-size: 12px; } @@ -397,13 +398,36 @@ table.tablestyle_inner td { .login { width: 350px; + border:1px solid #ccc; border-left: 12px solid #367cb5; - border-collapse: collapse; background-color: #eeeeee; } -.login td { - border-collapse: collapse; - border: 1px solid #cccccc; + +.login td.tableheader { + line-height: 40px; + border:1px solid #ccc; +} + +.login select, .login input[type=text], input[type=password] { + height:25px; + width: 225px; + padding-left: 3px; + box-sizing: border-box; + border: 1px solid #bbb; + border-radius: 4px; + background-color: #fff; + outline: none; +} + +.login input[type=button], input[type=submit] { + background-color: #367cb5; + border: none; + border-radius: 4px; + color: white; + padding: 8px 16px; + text-decoration: none; + margin: 4px 2px; + cursor: pointer; } .amount { @@ -643,3 +667,24 @@ div.note_msg { margin-bottom: 10px; width: 100%; } + +@media screen and (min-width: 1024px) { + body, .headingtext3 { font-size: 11px; } + textarea { font-size: 13px; } + tr, td, th, input, select, a, button, .inputsubmit, .ajaxsubmit, .amount, button.navibutton { font-size: 12px; } + .quick_menu_selected, .menu_group, .titletext, .headingtext, .headingtext2, .errortext, #hints { font-size: 14px; } + .bottomBarCell { font-size: 11px; line-height: 13px; } + .footer, .footer td a { font-size: 10px; } + #CC table { font-size: 9pt; } + #CC .previous, #CC .next { font-size: 1.4em; } +} +@media screen and (min-width: 1200px) { + body, .headingtext3 { font-size: 12px; } + textarea { font-size: 14px; } + tr, td, th, input, select, a, button, .inputsubmit, .ajaxsubmit, .amount, button.navibutton { font-size: 13px; } + .quick_menu_selected, .menu_group, .titletext, .headingtext, .headingtext2, .errortext, #hints { font-size: 15px; } + .bottomBarCell { font-size: 12px; line-height: 14px; } + .footer, .footer td a { font-size: 11px; } + #CC table { font-size: 10pt; } + #CC .previous, #CC .next { font-size: 1.4em; } +}