mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Tuned log-in box for IE
This commit is contained in:
parent
1b32d9116a
commit
12a9c5c0c5
@ -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");
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user