Module: check_mk
Branch: master
Commit: 8ed858b3d6c6051337a3fcae0fd5e34a686d6526
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=8ed858b3d6c605…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Sun Oct 30 08:50:25 2011 +0100
WATO: improve form table layout
---
web/htdocs/check_mk.css | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/web/htdocs/check_mk.css b/web/htdocs/check_mk.css
index 9bab0e2..4a0bf53 100644
--- a/web/htdocs/check_mk.css
+++ b/web/htdocs/check_mk.css
@@ -1924,9 +1924,14 @@ table.add_snapin i {
}
+.wato table.form {
+ width: 800px;
+}
+
.wato table.form td.legend {
border-right-style: none;
padding-bottom: 8px;
+ width: 300px;
}
.wato table.form td.legend h3 {