mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
9f72344f5a
git-svn-id: http://svn.automattic.com/wordpress/trunk@9370 1a063a9b-81f0-0310-95a4-ce76da25c4cd
36 lines
473 B
CSS
36 lines
473 B
CSS
body , #login form .submit input {
|
|
font-family: Tahoma;
|
|
}
|
|
|
|
form {
|
|
margin-left:0;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
form .forgetmenot { float: right; }
|
|
|
|
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;
|
|
}
|