Tuned log-in box for IE

This commit is contained in:
Stefan Ritt 2015-05-05 13:13:45 +02:00
parent 1b32d9116a
commit 12a9c5c0c5
2 changed files with 16 additions and 4 deletions

View File

@ -26023,14 +26023,14 @@ void show_login_page(LOGBOOK * lbs, char *redir, int fail)
strlcpy(str, loc("New user"), sizeof(str));
url_encode(str, sizeof(str));
if (show_forgot_link)
rsprintf("      ");
rsprintf("<br>");
rsprintf("<a href=\"?cmd=%s\">%s</a></td></tr>", str, loc("Register as new user"));
}
if (show_forgot_link || show_self_register)
rsprintf("</td></tr>\n");
rsprintf("<tr><td align=center style=\"padding-bottom:20px;\" class=\"login_form\"><input type=\"submit\" class=\"login_submit\" value=\"%s\"></td></tr>",
rsprintf("<tr><td align=center class=\"login_form_bottom\"><input type=\"submit\" class=\"login_submit\" value=\"%s\"></td></tr>",
loc("Submit"));
rsprintf("</table>\n");

View File

@ -583,8 +583,7 @@ td {
/* login page */
.login_frame {
width:200px;
background-color:#486090;
border:1px solid #486090;
border:1px solid #D0D0D0;
border-radius:25px;
overflow:hidden;
margin-top:2cm;
@ -601,7 +600,20 @@ td {
text-align:center;
}
.login_form_bottom {
border-bottom-left-radius:24px;
border-bottom-right-radius:24px;
background-color:#DDEEBB;
padding:8px;
padding-bottom:20px;
padding-left:25px;
padding-right:25px;
text-align:center;
}
.login_title {
border-top-left-radius:24px;
border-top-right-radius:24px;
background-color:#486090;
color:white;
font-size:18px;