Module: check_mk
Branch: master
Commit: 7f456d59add2e2b5da37334a2bf7ae4513a21cb8
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=7f456d59add2e2…
Author: Marcel Arentz <ma(a)mathias-kettner.de>
Date: Fri Jul 27 14:05:38 2018 +0200
CMK-663: removed inline-block
now the links behind the numbers in
tactical overview are over the whole
width again.
Change-Id: I42317d68f01cf0a3c87556da71c0e67353117a99
---
web/htdocs/themes/facelift/theme.css | 1 -
1 file changed, 1 deletion(-)
diff --git a/web/htdocs/themes/facelift/theme.css b/web/htdocs/themes/facelift/theme.css
index 4079105..4276351 100644
--- a/web/htdocs/themes/facelift/theme.css
+++ b/web/htdocs/themes/facelift/theme.css
@@ -979,7 +979,6 @@ table.tacticaloverview {
table.tacticaloverview td a, table.tacticaloverview td body.main .popup_menu span,
body.main .popup_menu table.tacticaloverview td span {
color: #1A243D !important;
font-size: 11px !important;
- display: inline-block !important;
padding: 4px !important;
font-weight: 700 !important;
letter-spacing: 0px !important; }