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:
b390c38
)
CSS Klasse "numeric" um numerische Spalten in Tabellen rechtsbündig zu halten.
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 22 Mar 2011 11:55:07 +0000
(12:55 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 19 Sep 2011 18:04:49 +0000
(20:04 +0200)
css/lx-office-erp.css
patch
|
blob
|
history
diff --git
a/css/lx-office-erp.css
b/css/lx-office-erp.css
index
6fbe8c2
..
4ac5dd9
100644
(file)
--- a/
css/lx-office-erp.css
+++ b/
css/lx-office-erp.css
@@
-245,6
+245,10
@@
body.menu {
color: green;
}
+td.numeric { /* class for numeric columns in tables */
+ text-align: right
+}
+
h2.confirm {
color: blue;
font-size: 14pt;