projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
713a6d7
)
CSS-Klassen für Fehlermeldungen und anderen Inhalt eingefügt.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 17 Jan 2008 15:19:39 +0000
(15:19 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 17 Jan 2008 15:19:39 +0000
(15:19 +0000)
css/lx-office-erp.css
patch
|
blob
|
history
diff --git
a/css/lx-office-erp.css
b/css/lx-office-erp.css
index
a699d56
..
312554e
100644
(file)
--- 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;
+}