PluginProbe
Plugin Groups / 1.2.2
Plugin Groups v1.2.2
trunk 1.0.3 1.1.0 1.2.1 1.2.2 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.9 3.0.0
plugin-groups / assets / css / modals.css

modals.css in Plugin Groups 1.2.2, at assets/css/modals.css

288 lines 6.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 /* MODALS */
3 .plugin-groups-backdrop {
4 background: none repeat scroll 0 0 #000000;
5 bottom: 0;
6 display: block;
7 left: 0;
8 min-height: 360px;
9 opacity: 0.7;
10 position: fixed;
11 right: 0;
12 top: 0;
13 z-index: 100100;
14 }
15
16 .plugin-groups-modal-wrap {
17 background-color: #FFFFFF;
18 bottom: 15px;
19 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
20 display: block;
21 left: 50%;
22 margin-left: -250px;
23 position: fixed;
24 top: 15px;
25 transition: height 0.2s ease 0s, margin-top 0.2s ease 0s;
26 width: 500px;
27 z-index: 100105;
28 }
29 .plugin-groups-modal-wrap.plugin-groups-front-modal-wrap{
30 position: fixed;
31 bottom: auto;
32 width: 600px;
33 margin-left: -300px;
34 margin-top: 0;
35 }
36 .plugin-groups-modal-title {
37 border-bottom: 1px solid #EFEFEF;
38 }
39
40 .plugin-groups-modal-closer {
41 color: #fff;
42 float: right;
43 font-size: 24px;
44 padding: 12px;
45 text-decoration: none;
46 }
47 .plugin-groups-modal-closer.plugin-groups-front-modal-closer{
48 position: absolute;
49 right: 0;
50 text-decoration: none;
51 color: inherit;
52 }
53 .plugin-groups-modal-closer:hover,
54 .plugin-groups-modal-closer:active,
55 a.plugin-groups-modal-closer.plugin-groups-front-modal-closer:hover,
56 a.plugin-groups-modal-closer.plugin-groups-front-modal-closer:active{
57 text-decoration: none;
58 color: #fff;
59 background-color: rgba(0,0,0,0.2);
60 }
61 .plugin-groups-modal-title > h3 {
62 font-weight: 400;
63 margin: 0;
64 padding: 12px 40px 12px 12px;
65 color: #fff;
66 background-color: rgb(175, 175, 0);
67 }
68
69 .plugin-groups-modal-body {
70 -moz-box-sizing: border-box; /* Firefox 1, probably can drop this */
71 -webkit-box-sizing: border-box; /* Safari 3-4, also probably droppable */
72 box-sizing: border-box; /* Everything else */
73 bottom: 90px;
74 left: 0;
75 margin-left: 0;
76 margin-right: 0;
77 margin-top: 0;
78 padding: 12px 12px 8.9px;
79 position: absolute;
80 right: 0;
81 top: 43px;
82 }
83 #extend_cf_baldrickModalBody{
84 overflow: auto;
85 }
86 .plugin-groups-modal-body.plugin-groups-front-modal-body {
87 bottom: auto;
88 position: relative;
89 top: auto;
90 }
91 .plugin-groups-modal-body .import-warning{
92 margin: 0;
93 padding: 4px 0;
94 color: #ff1111;
95 }
96
97 .plugin-groups-modal-body .form-panel {
98 bottom: 0;
99 left: 12px;
100 overflow: auto;
101 position: absolute;
102 right: 12px;
103 top: 0;
104 }
105 .plugin-groups-modal-footer {
106 background: none repeat scroll 0 0 #EFEFEF;
107 border-top: 1px solid #E0E0E0;
108 bottom: 0;
109 left: 0;
110 padding: 12px;
111 position: absolute;
112 right: 0;
113 text-align: left;
114 }
115 .tablenav.plugin-groups-table-nav {
116 clear: none;
117 float: right;
118 margin: -42px 18px 0 0;
119 }
120 .plugin-groups-table-nav .tablenav-pages{
121 float: left;
122 }
123 .plugin-groups-table-nav .tablenav-pages .current-page{
124 width: 45px;
125 }
126
127 .plugin-groups-modal-wrap .modal-body {
128 height: 100%;
129 overflow: auto;
130 }
131 .plugin-groups-modal-wrap .modal-body .modal-list-item-plorg {
132 border-bottom: 0;
133 padding: 5px;
134 margin-bottom: 5px;
135 }
136 .plugin-groups-modal-wrap .modal-list-item-plorg:hover {
137 background: none repeat scroll 0 0 #EFEFEF;
138 }
139 .plugin-groups-modal-wrap .modal-list-item-plorg .description {
140 color: #919191;
141 }
142
143 .baldrick-modal-wrap .spinner.loading {
144 background-position: center center;
145 display: inline-block;
146 float: none;
147 height: auto;
148 position: absolute;
149 width: auto;
150 }
151
152 /* MODALS */
153 .baldrick-backdrop {
154 background: none repeat scroll 0 0 #000000;
155 bottom: 0;
156 display: block;
157 left: 0;
158 min-height: 360px;
159 opacity: 0.7;
160 position: fixed;
161 right: 0;
162 top: 0;
163 z-index: 100100;
164 }
165
166 .baldrick-modal-wrap {
167 background-color: #FFFFFF;
168 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
169 display: block;
170 position: fixed;
171 transition: height 0.2s ease 0s, margin-top 0.2s ease 0s;
172 width: 500px;
173 z-index: 100105;
174 }
175 .baldrick-modal-wrap.baldrick-front-modal-wrap{
176 position: absolute;
177 bottom: auto;
178 width: 600px;
179 margin-left: -300px;
180 margin-top: 0;
181 }
182 .baldrick-modal-title {
183 border-bottom: 1px solid #EFEFEF;
184 }
185
186 .baldrick-modal-closer {
187 color: #808080;
188 float: right;
189 font-size: 24px;
190 padding: 12px;
191 text-decoration: none;
192 }
193
194 .baldrick-modal-closer.baldrick-front-modal-closer:hover,
195 .baldrick-modal-closer.baldrick-front-modal-closer:active{
196 text-decoration: none;
197 color: inherit;
198 }
199 .baldrick-modal-title > h3 {
200 font-weight: 400;
201 margin: 0;
202 padding: 12px 40px 12px 12px;
203 }
204
205 .baldrick-modal-body {
206 -moz-box-sizing: border-box; /* Firefox 1, probably can drop this */
207 -webkit-box-sizing: border-box; /* Safari 3-4, also probably droppable */
208 box-sizing: border-box; /* Everything else */
209 bottom: 0;
210 left: 0;
211 margin-left: 0;
212 margin-right: 0;
213 margin-top: 0;
214 padding: 12px;
215 position: absolute;
216 right: 0;
217 top: 43px;
218 overflow: auto;
219 }
220 .baldrick-modal-body.has-buttons{
221 bottom: 53px;
222 }
223 .baldrick-modal-footer {
224 background: none repeat scroll 0 0 #EFEFEF;
225 border-top: 1px solid #E0E0E0;
226 bottom: 0;
227 left: 0;
228 padding: 12px;
229 position: absolute;
230 right: 0;
231 text-align: right;
232 }
233
234
235 @media (max-width: 600px) {
236 /* Small Screens */
237 .baldrick-modal-wrap.baldrick-front-modal-wrap{
238 bottom: 0;
239 display: block;
240 left: 0;
241 margin: 0 !important;
242 overflow: auto;
243 padding: 0 !important;
244 top: 0;
245 width: 100% !important;
246 }
247 }
248
249
250 /* EXPERIMENTAL TABS */
251 .baldrick-modal-wrap .navtabs {
252 background-color: #f1f1f1;
253 border-right: 1px solid #dfdfdf;
254 bottom: 0;
255 box-sizing: padding-box;
256 float: left;
257 left: 0;
258 margin: 0;
259 padding: 12px 0 0;
260 overflow: auto;
261 overflow-x: hidden;
262 white-space: nowrap;
263 position: absolute;
264 top: 0;
265 width: 150px;
266 }
267 .baldrick-modal-wrap .navtabs > li{
268 margin: 0;
269 }
270 .baldrick-modal-wrap .navtabs > li:hover{
271 background-color: #dfdfdf;
272 }
273 .baldrick-modal-wrap .navtabs > li a {
274 color: rgb(175, 175, 0);
275 display: block;
276 padding: 8px 12px;
277 text-decoration: none;
278 text-overflow: ellipsis;
279 overflow: hidden;
280 }
281 .baldrick-modal-body.has-tabs {
282 margin-left: 150px;
283 }
284 .baldrick-modal-wrap .navtabs > li.selected > a {
285 background: none repeat scroll 0 0 rgb(175, 175, 0);
286 color: #fff !important;
287 }
288