-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackend.css
More file actions
63 lines (59 loc) · 858 Bytes
/
Copy pathbackend.css
File metadata and controls
63 lines (59 loc) · 858 Bytes
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
/* Styles for WPAudioPlayer backend */
/* common classes */
table {
width: 100%;
}
table thead tr {
background-color: #ccc;
}
table th {
padding: 5px 3px;
}
table tbody tr:nth-child(n+1) {
background-color: transparent;
}
table tbody tr:nth-child(2n+2) {
background-color: #eee;
}
table tbody tr:hover {
background-color: #d1c4fa;
}
table tbody td {
text-align: center;
vertical-align: top;
}
table tbody tr td:first-child {
text-align: left;
}
table td a {
display: block;
}
.buttonrow {
clear:left;
overflow: hidden;
padding: 10px 0;
}
.buttonrow button {
float: left;
}
.buttonrow button:last-child {
float: right;
}
/* modify_mp3.php */
label {
clear: left;
float: left;
padding: 8px 0;
width: 10em;
}
input, select, textarea {
float: left;
width: 350px;
}
fieldset {
padding: 5px;
margin-top: 5px;
}
legend {
padding: 3px;
}