File: media-rtl.css

package info (click to toggle)
wordpress 3.6.1%2Bdfsg-1~deb7u10
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 62,608 kB
  • sloc: php: 120,354; cs: 6,126; sh: 493; xml: 59; makefile: 25
file content (71 lines) | stat: -rw-r--r-- 1,311 bytes parent folder | download | duplicates (3)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
body#media-upload ul#sidemenu {
	left: auto;
	right: 0;
}
#search-filter {
	text-align: left;
}
/* specific to the image upload form */
.align .field label {
	padding: 0 23px 0 0;
	margin: 0 3px 0 1em;
}
.image-align-none-label, .image-align-left-label, .image-align-center-label, .image-align-right-label {
	background-position: center right;
}
tr.image-size label {
	margin: 0 5px 0 0;
}
.file-error {
	margin: 0 50px 5px 0;
}
.progress {
	left: auto;
	right: 0;
}
.describe td {
	padding: 0 0 0 5px;
}

/* Specific to Uploader */
#media-upload .describe th.label {
	text-align: right;
}
.menu_order {
	float: left;
}
.media-upload-form label.form-help, td.help, #media-upload p.help, #media-upload label.help {
	font-family: Tahoma, Arial;
}
#gallery-settings #basic th.label {
	padding: 5px 0 5px 5px;
}
#gallery-settings .title, h3.media-title {
	font-family: Tahoma, Arial;
}
#gallery-settings .describe th.label {
	text-align: right;
}
#gallery-settings label,
#gallery-settings legend {
	margin-right: 0;
	margin-left: 15px;
}
#gallery-settings .align .field label {
	margin: 0 3px 0 1em;
}
#sort-buttons {
	margin: 3px 0 -8px 25px;
	text-align: left;
}

#sort-buttons #asc,
#sort-buttons #showall {
	padding-left: 0;
	padding-right: 5px;
}

#sort-buttons span {
	margin-right: 0;
	margin-left: 25px;
}