Module: check_mk
Branch: master
Commit: ee38927e88ffab8000e1dd77bb9486dec2bbe1b4
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ee38927e88ffab…
Author: Marcel Arentz <ma(a)mathias-kettner.de>
Date: Wed Jul 25 09:31:57 2018 +0200
CMK-622: Fixed dropdown in Reporting and tree of folders snapin
Also fixed font size of dropdown of tree of folders.
Change-Id: I90e3a42e16be0a659cf69857795957c70cb12658
---
web/htdocs/themes/facelift/theme.css | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/web/htdocs/themes/facelift/theme.css b/web/htdocs/themes/facelift/theme.css
index 0673689..808dac3 100644
--- a/web/htdocs/themes/facelift/theme.css
+++ b/web/htdocs/themes/facelift/theme.css
@@ -107,8 +107,9 @@ input, input[type=text], input[type=password], select, textarea,
div.snapin sele
select[multiple=multiple] {
resize: none !important; }
-div.snapin select {
- width: 100% !important; }
+div.snapin select, #mk_side_search_field {
+ width: 100% !important;
+ height: 100% !important; }
div.snapin textarea {
width: 100% !important; }
@@ -995,7 +996,7 @@ table.cmc_stats, table.mkeventd_performance, table.performance {
padding: 8px;
height: auto;
color: #333;
- font-size: 14px;
+ font-size: 11px;
clear: both;
margin: 8px 0px 16px; }