X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8b91924ca4301ce6ee2c3b0902c1fcafb1f7c17d..cfb460aac:/css/lx-office-erp/main.css diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index d1db71e3e..90b5be576 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -111,7 +111,8 @@ div.login { background: #b8d1f3; color: #A0A0A0; } -h1.login { +.login h1 { + text-align: center; font-size: 150%; } table.login { @@ -504,3 +505,22 @@ 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; +} + +#expand_all, .expand { + cursor: pointer; + display: block; + max-width: 16px; + max-height: 16px; +}