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