Module: check_mk
Branch: master
Commit: cf17a809ec87f34ea92fad2ad169a49b2d8d0732
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=cf17a809ec87f3…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Mar 27 12:02:28 2012 +0200
Fixed layout but in image buttons
---
web/htdocs/check_mk.css | 13 ++++++++-----
web/htdocs/images/contextlink_hot.png | Bin 625 -> 1090 bytes
web/htdocs/images/contextlink_hot_hi.png | Bin 629 -> 1174 bytes
web/htdocs/wato.css | 2 +-
4 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/web/htdocs/check_mk.css b/web/htdocs/check_mk.css
index 0cf4b61..913647b 100644
--- a/web/htdocs/check_mk.css
+++ b/web/htdocs/check_mk.css
@@ -121,29 +121,32 @@ a.button {
/* Image submit button styling */
label.image_button {
display: inline-block;
- margin: -5px -5px -0px 0; /* margin: 0 3px 0 0; */
+ margin: -5px 4px 0 0; /* margin: 0 3px 0 0; */
background: transparent url('images/image_button_l.png') no-repeat;
- background-position: -5px -30px;
+ background-position: 0px -30px;
padding: 0 0 0 8px;
height: 30px;
margin-right: 5px;
}
label.image_button:hover {
- background-position: -5px -60px;
+ background-position: -0px -60px;
}
label.image_button:active {
- background-position: -5px -90px;
+ background-position: -0px -90px;
}
label.image_button input {
height: 30px;
color: #fff;
border: none;
- padding-right: 11px;
+ padding-left: 0px;
+ padding-right: 10px;
padding-top: 5px;
+ padding-bottom: 0px;
background: transparent url('images/image_button_r.png') no-repeat;
background-position: right -30px;
float: left;
font-size: 8pt;
+ margin-left: 3px;
}
label.image_button input:hover {
background-position: right -60px;
diff --git a/web/htdocs/images/contextlink_hot.png
b/web/htdocs/images/contextlink_hot.png
index 60f9f67..736acc7 100644
Binary files a/web/htdocs/images/contextlink_hot.png and
b/web/htdocs/images/contextlink_hot.png differ
diff --git a/web/htdocs/images/contextlink_hot_hi.png
b/web/htdocs/images/contextlink_hot_hi.png
index 61e96ae..d4f29ad 100644
Binary files a/web/htdocs/images/contextlink_hot_hi.png and
b/web/htdocs/images/contextlink_hot_hi.png differ
diff --git a/web/htdocs/wato.css b/web/htdocs/wato.css
index 3205aa8..a8f79c8 100644
--- a/web/htdocs/wato.css
+++ b/web/htdocs/wato.css
@@ -331,7 +331,7 @@ table.validationerror img {
}
.wato img.trans {
- width: 20px;
+ width: 23px;
height: 16px;
}
.wato td.value img {