X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp.css;h=312554e832403f70b042469381ad99657af7e1e3;hb=05fd99ac835a9ffa6b1fefc768b460f207e6f578;hp=3c435af1e3d9fd5d6975afba7dd0b2498d65f371;hpb=4f2397b5553d9493f2edb3c9c0e1bfa746625956;p=kivitendo-erp.git diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index 3c435af1e..312554e83 100644 --- a/css/lx-office-erp.css +++ b/css/lx-office-erp.css @@ -123,8 +123,25 @@ body.menu { border-style:dotted; border-width:thin; } - - + +.listheadingcontent { + font-size: 9pt; + background-color: + rgb(236,233,216); + color: black; + font-weight: bolder; + text-align:left; +} + +.accountlistheading { + font-size: 10pt; + padding:3px; + color: white; + font-weight: bold; + text-align:left; + background-color:rgb(133,132,129); +} + .subsubheading { color: black; font-weight: bolder; @@ -181,6 +198,11 @@ h2.error { font-size: 14pt; } +fieldset { + margin-top:15px; + color: black; + font-weight: bolder; +} /* media stuff */ @@ -201,3 +223,18 @@ h2.error { padding-left: 2px; padding-right: 2px; } + +label { + cursor:pointer; +} + +.unbalanced_ledger { + background-color: #ffa0a0; +} + +.error_message { + color: #000000; + border: 1px solid #8b0000; + background-color: #ffcccc; + padding: 3px; +}