-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathseries-edition.css
More file actions
48 lines (40 loc) · 852 Bytes
/
series-edition.css
File metadata and controls
48 lines (40 loc) · 852 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
div#ajaxquery {
height: 2em;
}
div#ajax-wait,
div#ajax-response {
display: none;
}
div#mass_edit_filter {
width: 98%;
padding: 5px;
margin: 0 auto 2em auto;
background-color: white; /* #F9F9F9;*/
border: 1px solid #CCC;
}
ul.series-sortable {
min-height: 1.5em;
}
ul.series-sortable li {
cursor: move;
border: 1px solid #CCC;
background-color: white; /* #F9F9F9;*/
padding: 5px;
margin-bottom: 5px;
}
.series-placeholder {
border: 1px dashed black !important;
background-color: #F9F9F9 !important;
height: 1.2em;
}
.form-wrap .form-field {
margin: 0 0 10px;
padding: 0;
}
span.delete {
color: #BC0B0B;
}
span.delete:hover {
cursor: pointer;
color: red;
}