From 11f0cc99444acd75e918cc862d566c3f311d8ae5 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 17 Jan 2008 15:19:39 +0000 Subject: [PATCH] =?utf8?q?CSS-Klassen=20f=C3=BCr=20Fehlermeldungen=20und?= =?utf8?q?=20anderen=20Inhalt=20eingef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- css/lx-office-erp.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/css/lx-office-erp.css b/css/lx-office-erp.css index a699d56aa..312554e83 100644 --- a/css/lx-office-erp.css +++ b/css/lx-office-erp.css @@ -124,6 +124,15 @@ body.menu { 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; @@ -222,3 +231,10 @@ label { .unbalanced_ledger { background-color: #ffa0a0; } + +.error_message { + color: #000000; + border: 1px solid #8b0000; + background-color: #ffcccc; + padding: 3px; +} -- 2.20.1