Module: check_mk
Branch: master
Commit: 4bc9b69bef0dd2ce32ce19c1f6333850f0de4ca7
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=4bc9b69bef0dd2…
Author: Tom Baerwinkel <tb(a)mathias-kettner.de>
Date: Mon Jul 30 15:24:54 2018 +0200
Fix alignment issue with modified global settings
Fixes a problem where leading characters of modified global settings
were truncatated. An example is the new option "User interface theme".
Change-Id: I94a9539567b33d5aa5bb458e81e5a57d5423e578
---
web/htdocs/wato.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/htdocs/wato.css b/web/htdocs/wato.css
index a38726f..1088e34 100644
--- a/web/htdocs/wato.css
+++ b/web/htdocs/wato.css
@@ -841,7 +841,7 @@ div.varname {
border-radius: 5px 5px 5px 5px;
border: 1px solid #cdf;
box-shadow: 3px 3px 5px #eee inset;
- margin-left: -5px;
+ margin-left: -4px;
padding-bottom: 18px;
padding: 1px 4px 2px 4px;
}