Module: check_mk
Branch: master
Commit: 61d9fa8d2e97023748da4ea1618b0ff7ae9512d3
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=61d9fa8d2e9702…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Oct 31 16:46:19 2014 +0100
Make styling of new dual list buttons more streamlined
---
web/htdocs/check_mk.css | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/web/htdocs/check_mk.css b/web/htdocs/check_mk.css
index 34c105c..9e60aa1 100644
--- a/web/htdocs/check_mk.css
+++ b/web/htdocs/check_mk.css
@@ -462,9 +462,17 @@ table.vs_duallist td.head {
table.vs_duallist a.control {
display: inline-block;
width: 14px;
- border: 1px solid #fff;
text-decoration: none;
text-align: center;
+ float: right;
+
+ background-color: #00F;
+ background-color: #497E95;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #86A9B8 #22404D #22414D #86A9B8;
+ box-shadow: 0px 0px 1.5px #000;
+ border-radius: 3px;
}
table.vs_duallist a.control.add {