Module: check_mk
Branch: master
Commit: 5197ae72b142c0c35a64ef45a900968ae38e82da
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=5197ae72b142c0…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Mar 9 16:44:18 2012 +0100
Fixed styling of login dialog
---
web/htdocs/check_mk.css | 2 +-
web/htdocs/login.css | 19 +++++++++++++------
2 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/web/htdocs/check_mk.css b/web/htdocs/check_mk.css
index 0877ed3..5c5a27d 100644
--- a/web/htdocs/check_mk.css
+++ b/web/htdocs/check_mk.css
@@ -134,7 +134,7 @@ label.image_button input {
height: 30px;
color: #fff;
border: none;
- padding-right: 16px;
+ padding-right: 10px;
background: transparent url('images/image_button_r.png') no-repeat;
background-position: right -30px;
float: left;
diff --git a/web/htdocs/login.css b/web/htdocs/login.css
index 75e4f37..6563332 100644
--- a/web/htdocs/login.css
+++ b/web/htdocs/login.css
@@ -106,12 +106,12 @@ label {
}
#input_user, #input_pass {
- width: 160px;
- height: 20px;
+ width: 150px;
+ height: 17px;
border: none;
border-radius: 0px;
outline: none;
- padding: 0px 0px 5px 0px;
+ padding: 3px 5px 3px 5px;
background-image: url("images/login_input_normal.png");
background-repeat: no-repeat;
}
@@ -134,7 +134,7 @@ label {
#button_text {
position: absolute;
- top: 355px;
+ top: 351px;
left: 505px;
text-align: center;
width: 61px;
@@ -146,8 +146,8 @@ label {
#login_error {
position: absolute;
- top: 0px;
- left: 0px;
+ top: 347px;
+ left: 285px;
width: 180px;
height: 30px;
z-index: 100;
@@ -158,6 +158,13 @@ label {
padding: 0px;
}
+#login_error div.error {
+ border-style: none;
+ background-color: transparent;
+ margin: 0px;
+ padding: 8px 0px 0px 0px;
+}
+
#foot {
position: absolute;
text-align: center;