Module: check_mk
Branch: master
Commit: cb12f9be71e992718466253286794b4b6721fef7
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=cb12f9be71e992…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Oct 28 20:12:33 2015 +0100
Updated checkbox and togglebutton images
---
web/htdocs/images/icon_checkbox.png | Bin 1264 -> 1313 bytes
web/htdocs/images/togglebutton_check_down_hi.png | Bin 658 -> 653 bytes
web/htdocs/images/togglebutton_check_down_lo.png | Bin 602 -> 653 bytes
web/htdocs/images/togglebutton_check_hi.png | Bin 609 -> 675 bytes
web/htdocs/images/togglebutton_check_lo.png | Bin 661 -> 653 bytes
web/htdocs/pages.css | 4 ++++
6 files changed, 4 insertions(+)
diff --git a/web/htdocs/images/icon_checkbox.png b/web/htdocs/images/icon_checkbox.png
index 4a5eaa7..fc34bc5 100644
Binary files a/web/htdocs/images/icon_checkbox.png and
b/web/htdocs/images/icon_checkbox.png differ
diff --git a/web/htdocs/images/togglebutton_check_down_hi.png
b/web/htdocs/images/togglebutton_check_down_hi.png
index 578ccb2..37c2950 100644
Binary files a/web/htdocs/images/togglebutton_check_down_hi.png and
b/web/htdocs/images/togglebutton_check_down_hi.png differ
diff --git a/web/htdocs/images/togglebutton_check_down_lo.png
b/web/htdocs/images/togglebutton_check_down_lo.png
index abfd683..ba24f0a 100644
Binary files a/web/htdocs/images/togglebutton_check_down_lo.png and
b/web/htdocs/images/togglebutton_check_down_lo.png differ
diff --git a/web/htdocs/images/togglebutton_check_hi.png
b/web/htdocs/images/togglebutton_check_hi.png
index e840267..61a83b5 100644
Binary files a/web/htdocs/images/togglebutton_check_hi.png and
b/web/htdocs/images/togglebutton_check_hi.png differ
diff --git a/web/htdocs/images/togglebutton_check_lo.png
b/web/htdocs/images/togglebutton_check_lo.png
index 56abf32..22388b6 100644
Binary files a/web/htdocs/images/togglebutton_check_lo.png and
b/web/htdocs/images/togglebutton_check_lo.png differ
diff --git a/web/htdocs/pages.css b/web/htdocs/pages.css
index 92aa287..271d841 100644
--- a/web/htdocs/pages.css
+++ b/web/htdocs/pages.css
@@ -859,6 +859,10 @@ div.togglebutton.checkbox.down img {
left: 5px;
}
+div.togglebutton.checkbox img {
+ left: 4px;
+}
+
div.togglebutton { background-image: url("images/togglebutton_lo.png");
}
div.togglebutton:hover { background-image: url("images/togglebutton_hi.png");
}
div.togglebutton.down { background-image:
url("images/togglebutton_down_lo.png"); }