-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimplyexclude_style_admin.css
More file actions
84 lines (69 loc) · 1.48 KB
/
simplyexclude_style_admin.css
File metadata and controls
84 lines (69 loc) · 1.48 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
/*
input.se-term-input {
width: 15px;
float: left;
}
*/
table.simplyexclude-actions-panel td.action {
width: 20%;
}
table.simplyexclude-actions-panel td.description {
width: 50%;
}
table.simplyexclude-actions-panel td.inc-excl {
width: 30%;
}
table.simply-exclude-settings-postbox {
margin-bottom: 10px;
}
table.simplyexclude-active-panel td.description {
width: 70%;
}
table.simplyexclude-active-panel td.inc-excl {
width: 30%;
}
.simnplyexclude-metabox-holder-right-sidebar h4.simplyexclude-section-title {
font-size: 1.3em;
margin-top: 35px;
margin-bottom: 5px;
}
td.column-se-actions ul.se-actions-list,
td.inc-excl ul.se-actions-list {
margin: 0;
padding: 0;
list-style: none;
width: 100%;
}
td.column-se-actions ul.se-actions-list li,
td.inc-excl ul.se-actions-list li {
margin: 0;
padding: 0;
list-style: none;
width: 100%;
}
td.column-se-actions ul.se-actions-list li input.se-term-input {
width: 15px;
/* float: left; */
}
td.column-se-actions ul.se-actions-list li label {
/* float: left; */
vertical-align: top;
}
.ui-accordion-header {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #ccc;
border-bottom-color: #DFDFDF;
box-shadow: 0 1px 0 #FFFFFF;
text-shadow: 0 1px 0 #FFFFFF;
background-color: #F1F1F1;
background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
}
.ui-accordion-header a {
color: #000000;
text-decoration: none;
}
.ui-accordion-content {
border: 1px solid #ccc;
padding: 20px;
}