2008-03-19 17:08:03 +01:00
|
|
|
body {
|
2008-08-13 01:19:07 +02:00
|
|
|
font-family: Tahoma;
|
2008-07-13 18:40:25 +02:00
|
|
|
}
|
2008-03-19 17:08:03 +01:00
|
|
|
form {
|
|
|
|
margin-left:0;
|
2008-08-13 01:19:07 +02:00
|
|
|
margin-right: 8px;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
|
|
|
form .forgetmenot {
|
|
|
|
float:right;
|
|
|
|
}
|
2008-08-13 01:19:07 +02:00
|
|
|
#login form .submit input {
|
|
|
|
font-family: Tahoma;
|
|
|
|
}
|
2008-03-19 17:08:03 +01:00
|
|
|
form .submit {
|
|
|
|
float:left;
|
|
|
|
}
|
2008-08-13 01:19:07 +02:00
|
|
|
#backtoblog a {
|
|
|
|
left:auto;
|
|
|
|
right:15px;
|
|
|
|
}
|
2008-03-19 17:08:03 +01:00
|
|
|
#login_error, .message {
|
2008-08-13 01:19:07 +02:00
|
|
|
margin: 0 8px 16px 0;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
|
|
|
#nav {
|
2008-08-13 01:19:07 +02:00
|
|
|
margin:0 8px 0 0;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
|
|
|
#user_pass, #user_login, #user_email {
|
|
|
|
margin-right:0;
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
|
|
|
h1 a {
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
2008-08-13 01:19:07 +02:00
|
|
|
/* ltr input */
|
|
|
|
#user_login, #user_pass {
|
|
|
|
direction:ltr;
|
|
|
|
}
|