This repository was archived by the owner on Jun 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpp-categories-admin-styles.css
More file actions
169 lines (142 loc) · 2.81 KB
/
pp-categories-admin-styles.css
File metadata and controls
169 lines (142 loc) · 2.81 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
.ppp-title {
font-weight: bold;
font-size: 110%;
}
.ppprotect-category-levels {
display: inline-block;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
max-height: 200px;
overflow-y: auto;
}
.ppprotect-category-levels p {
width: 100%;
display: inline-block;
margin-top: 5px;
}
.ppprotect-cat-level-wrap {
display: block;
min-width: 50%;
max-width: 50%;
float: left;
margin-bottom: 2px;
}
.ppprotect-cat-level-wrap label {
display: flex;
}
.ppprotect-levels-redirect {
display: inline-block;
box-sizing: border-box;
-moz-box-sizing: border-box;
width: 95%;
max-width: 700px;
padding: 10px;
border: 1px solid rgb(221, 221, 221);
background-color: white;
}
.ppprotect-on-error select {
width: 100%;
}
.ppprotect-levels-message {
margin-bottom: 5px;
font-weight: 600;
}
.ppprotect-wrap div {
box-sizing: border-box;
}
.form-field.ppprotect-wrap {
display: inline-block;
box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
}
.ppprotect-all-posts > div:first-child {
font-weight: bold;
margin-top: 20px;
margin-bottom: 4px;
}
#edittag .ppp-title {
display: inline-block;
width: 200px;
float: left;
margin-right: 20px;
}
.ppprotect-global-message {
color: #a00;
}
.ppprotect-global-cats {
margin-bottom: 15px;
margin-top: 5px;
}
.ppprotect-main-override {
margin-bottom: 5px;
}
.ppprotect-override-name {
margin-bottom: 15px;
}
.ppprotect-global-cats a {
display: inline-block;
box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
}
.ppprotect-override-explanation {
margin-top: 15px;
font-style: italic;
}
.ppprotect-override-perms {
margin-top: 15px;
margin-bottom: 15px;
}
.ppprotect-override-perms > div {
font-weight: bold;
}
.ppprotect-override-override {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.ppprotect-override-override > select {
width: 100%;
background-color: whitesmoke;
color: black;
}
#_pilotpress_page_box td
{
padding: 0px 0px 15px;
font-size: 13px;
}
.pp-access-level {
display: flex;
width: 100%;
margin-bottom: 3px;
max-width: 100%;
box-sizing: border-box;
}
.pp-access-level-label {
display: inline-block;
}
#_pilotpress_page_box div {
box-sizing: border-box;
}
#_pilotpress_page_box table,
#_pilotpress_page_box tbody,
#_pilotpress_page_box tr,
#_pilotpress_page_box td {
display: block;
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.pp-access-level input {
margin: 1px 7px 0px 0px;
}
.pp-access-level-note {
display: inline-block;
width: 100%;
font-style: italic;
margin-top: 5px;
}
.ppprotect-cat-level-wrap label input {
margin: 1px 7px 0px 0px;
}