mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
f41858edcf
git-svn-id: http://svn.automattic.com/wordpress/trunk@8632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
38 lines
485 B
CSS
38 lines
485 B
CSS
body {
|
|
font-family: Tahoma;
|
|
}
|
|
form {
|
|
margin-left:0;
|
|
margin-right: 8px;
|
|
}
|
|
form .forgetmenot {
|
|
float:right;
|
|
}
|
|
#login form .submit input {
|
|
font-family: Tahoma;
|
|
}
|
|
form .submit {
|
|
float:left;
|
|
}
|
|
#backtoblog a {
|
|
left:auto;
|
|
right:15px;
|
|
}
|
|
#login_error, .message {
|
|
margin: 0 8px 16px 0;
|
|
}
|
|
#nav {
|
|
margin:0 8px 0 0;
|
|
}
|
|
#user_pass, #user_login, #user_email {
|
|
margin-right:0;
|
|
margin-left: 6px;
|
|
}
|
|
h1 a {
|
|
text-decoration:none;
|
|
}
|
|
/* ltr input */
|
|
#user_login, #user_pass {
|
|
direction:ltr;
|
|
}
|