File: ie-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 (53 lines) | stat: -rw-r--r-- 606 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/* footer */
body, td {
	font-family: Tahoma,Verdana,sans-serif;
}

.wrap {
	text-align: right;
}

.wrap h2 {
	margin: 5px 0 0 4px;
}

#footer {
	padding-left:50px;
}
#footer p {
	background:none;
	height:auto;
	padding: 5px 5px 0;
}

#bh {
	padding-left: 15px;
	padding-right: 0px;
}
/* write post */
#poststuff .togbox {
	margin-right:-16px;
}
#poststuff h3 {
	padding-right:20px;
}

p#widget-search, p#post-search {
	padding-left: 15px;
}

.widefat th {
	padding-bottom: 8px;
}

/* template editor */
#template textarea {
	float:left;
}

/* Editor */

.mceToolbar {
	direction: ltr;
	text-align: left;
}