Module: check_mk
Branch: master
Commit: ae8a3b7fad862de30a83dd9a566b8e8b649c24dd
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ae8a3b7fad862d…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed Apr 6 13:43:44 2016 +0200
3326 FIX Fixed white text on white background in mobile GUI
---
.werks/3326 | 10 ++++++++++
ChangeLog | 1 +
web/htdocs/mobile.css | 33 +++++++++++++++++++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/.werks/3326 b/.werks/3326
new file mode 100644
index 0000000..f7cab75
--- /dev/null
+++ b/.werks/3326
@@ -0,0 +1,10 @@
+Title: Fixed white text on white background in mobile GUI
+Level: 1
+Component: multisite
+Class: fix
+Compatible: compat
+State: unknown
+Version: 1.2.9i1
+Date: 1459943006
+
+
diff --git a/ChangeLog b/ChangeLog
index b669333..da45c7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -171,6 +171,7 @@
* 3320 FIX: Fix bogus interfering snapins Tree of folders and Folders...
* 3321 FIX: Globes in dashboards now correctly reflect selected WATO folder...
* 3364 FIX: Fixed exception when creating a view of a single log entry...
+ * 3326 FIX: Fixed white text on white background in mobile GUI
WATO:
* 3244 WATO BI Module: swap order of aggregation function and child node
selection...
diff --git a/web/htdocs/mobile.css b/web/htdocs/mobile.css
index aaf8f7d..a0ef3e5 100644
--- a/web/htdocs/mobile.css
+++ b/web/htdocs/mobile.css
@@ -82,7 +82,9 @@ body.mobile table.dataset {
}
body.mobile table.dataset tr.header {
+ color: black;
}
+
body.mobile table.dataset tr.header th {
}
@@ -222,13 +224,44 @@ img.logomk {
}
+td.icons {
+ vertical-align: middle;
+}
+
+div.popup_trigger {
+ display: inline-block;
+}
+
td.icons img {
height: 40px;
width: 40px;
+ margin-left: 5px;
}
td.icons a {
padding-left: 8px;
}
+div.popup_trigger > div.popup_menu {
+ display: inline-block;
+}
+div.popup_trigger > div.popup_menu a {
+ width: 40px;
+ display: inline-block;
+ overflow: hidden;
+ color: black;
+}
+div.popup_trigger > div.popup_menu a img {
+ margin-left: 0px;
+}
+
+div.popup_trigger > div.popup_menu ul {
+ padding: 0;
+ margin: 0;
+}
+
+div.popup_trigger > div.popup_menu li {
+ display: inline-block;
+ margin: 0px;
+}