File: login-rtl.css

package info (click to toggle)
wordpress 2.5.1-11%2Blenny4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 9,012 kB
  • ctags: 14,047
  • sloc: sh: 86,522; php: 48,548; makefile: 38; xml: 36
file content (32 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	direction: rtl;
}
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;
}