Use fieldsets on login form (RFE #1364546).

This commit is contained in:
Michal Čihař
2005-11-23 14:25:08 +00:00
parent 0567bfe215
commit 331fb423ef
3 changed files with 54 additions and 55 deletions

View File

@@ -601,6 +601,18 @@ div#serverstatus table .tblFooters a:after {
}
/* end serverstatus */
/* body.loginform form,*/
body.loginform h1,
body.loginform a.logo {
display: block;
text-align: center;
}
form.login label {
float: left;
width: 10em;
font-weight: bolder;
}
img.lightbulb {
cursor: pointer;