mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-18 16:45:31 +01:00
b71746be10
git-svn-id: http://svn.automattic.com/wordpress/trunk@8327 1a063a9b-81f0-0310-95a4-ce76da25c4cd
35 lines
476 B
CSS
35 lines
476 B
CSS
body {
|
|
font-family: sans-serif;
|
|
direction: rtl;
|
|
}
|
|
#login form .submit input {
|
|
font-family: sans-serif !important;
|
|
}
|
|
form {
|
|
margin-left:0;
|
|
margin-right:8px;
|
|
}
|
|
form .forgetmenot {
|
|
float:right;
|
|
}
|
|
form .submit {
|
|
float:left;
|
|
}
|
|
#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;
|
|
direction:ltr;
|
|
}
|
|
h1 a {
|
|
text-decoration:none;
|
|
}
|
|
#backtoblog a {
|
|
left: auto;
|
|
right: 15px;
|
|
} |