xref: /template/readthedokus/css/_admin.css (revision 05702f643ea02a51351a7883ca3c2f20f3f7d644)
1.dokuwiki div.section_highlight
2{
3    border-color: __border_edit_highlight__;
4	background-color: __background_edit_highlight1__;
5	background-image:
6		-webkit-gradient(linear, 0 0, 100% 100%,
7			color-stop(.25, __background_edit_highlight2__),
8			color-stop(.25, transparent),
9			color-stop(.5, transparent),
10			color-stop(.5, __background_edit_highlight2__),
11			color-stop(.75, __background_edit_highlight2__),
12			color-stop(.75, transparent),
13			to(transparent)
14		);
15	-webkit-background-size: 7px 7px;
16}
17
18div.error, div.info, div.success, div.notify
19{
20	margin-bottom: 30px;
21}
22
23#acl_manager .footnotes
24{
25	font-size: 75%;
26}
27
28#config__manager fieldset
29{
30	margin: 0 0 1em 0;
31}
32
33#config__manager table,
34#config__manager table th,
35#config__manager table td
36{
37	border: none;
38}
39
40#config__manager td input.edit
41{
42	width: 100%;
43}
44
45#config__manager td.label span.outkey
46{
47	background-color: transparent;
48	font-size: 80%;
49	font-weight: bold;
50}
51
52#config__manager td.label
53{
54	padding-bottom: 2em;
55	overflow-wrap: anywhere;
56}
57
58#config__manager fieldset td.value
59{
60	vertical-align: middle;
61	width: auto;
62}
63
64#config__manager td .input
65{
66	width: auto;
67}
68
69.dokuwiki .secedit
70{
71	float: none;
72	display: inline-block;
73	margin-top: 0;
74	text-align: right;
75	width: 100%;
76}
77
78.dokuwiki .secedit button
79{
80    font-size: 75%;
81	font-weight: bold;
82    border: none;
83    background: transparent;
84	box-shadow: none;
85    color: gray;
86    cursor: pointer;
87}
88
89#config__manager .selection,
90#config__manager .selectiondefault
91{
92	display: flex;
93	flex-direction: row-reverse;
94	align-items: center;
95	width: auto;
96	overflow-wrap: anywhere;
97}
98
99#config__manager .selection label,
100#config__manager .selectiondefault label
101{
102	float: none;
103	width: auto;
104	margin-right: auto;
105	margin-left: 5px;
106}
107
108#config__manager td:first-child
109{
110	width: 50%;
111}
112
113#config__manager tr.default .input, #config__manager tr.default input, #config__manager tr.default textarea, #config__manager tr.default select, #config__manager .selectiondefault
114{
115    width: 100%;
116}
117
118#config__manager tr .input, #config__manager tr input, #config__manager tr textarea, #config__manager tr select
119{
120	width:100%;
121}
122
123#config__manager tr input[type="checkbox"]
124{
125	width: auto;
126}
127
128#config__manager td
129{
130	border-bottom: solid 1px lightgray;
131}
132
133
134#config__manager
135{
136	overflow-x: auto;
137}
138
139#config__manager td.label img
140{
141	padding: 0 0 0 5px;
142	float: none;
143	margin-top: -7px;
144}
145
146#config__manager tr:last-child td
147{
148	border-bottom: none;
149}
150
151#config__manager td.label span.outkey
152{
153	margin-top: 0px;
154	margin-bottom: .5em;
155}
156
157#config__manager select {
158	padding: 4px 0;
159}
160
161#config__manager tr .input, #config__manager tr input, #config__manager tr textarea, #config__manager tr select,
162#config__manager tr.default .input, #config__manager tr.default input, #config__manager tr.default textarea, #config__manager tr.default select, #config__manager .selectiondefault
163{
164	border: solid 1px #ccc;
165}
166
167#config__manager input[type="checkbox"]
168{
169	margin-top: 8px;
170	margin-bottom: 8px;
171}
172
173#config__manager td.label label
174{
175    margin-left: -.7em;
176}
177
178#config__manager code
179{
180    white-space: pre-wrap;
181    overflow-wrap: anywhere;
182}
183#config__manager form > p
184{
185	text-align: right;
186}
187
188#popularity_feedback + div + form fieldset
189{
190	border: none;
191	padding: 0;
192	text-align: right;
193	width: 100% !important;
194}
195
196#popularity_feedback + div + form fieldset > label
197{
198	display: block;
199	text-align: left;
200}
201
202#acl_manager > div.clearer
203{
204	margin: 20px 0;
205}
206
207#acl_manager #acl__user
208{
209	display: flex;
210	align-items: center;
211	flex-wrap: wrap;
212}
213
214#acl_manager #acl__user input
215{
216	flex: 1;
217	margin: 0 10px 0 0;
218}
219
220#acl_manager #acl__user button
221{
222	margin-left: auto;
223}
224
225#acl_manager #acl__user select
226{
227	height: 30px;
228	margin: 0 0 0 10px;
229}
230
231#acl_manager #acl__info fieldset
232{
233	margin: 0;
234	width: 100%;
235}
236
237#acl_manager #acl__info fieldset button
238{
239	margin-left: 10px;
240}
241
242#acl_manager table,
243#acl_manager table td
244{
245	border: none;
246}
247
248#acl_manager table th
249{
250	border: solid 1px __border__;
251}
252
253#acl_manager table > tbody > tr:last-child th
254{
255	border: none;
256	border-bottom: none;
257}
258
259#acl_manager table td
260{
261	border: solid 1px lightgray;
262	padding: 15px 10px;
263	vertical-align: middle;
264}
265
266#acl_manager table td > span
267{
268	display: block;
269}
270
271#acl_manager table th.action
272{
273	padding: 20px 0;
274}
275
276#acl_manager table th.action:hover
277{
278	background-color: white;
279}
280
281#acl_manager table td input[type="radio"]
282{
283	margin: 0 0 0 10px;
284}
285
286#acl_manager > h1 + div
287{
288	display: flex;
289    justify-content: space-between;
290}
291
292#acl_manager #acl__tree
293{
294	float: none;
295	height: auto;
296}
297
298#acl_manager #acl__detail
299{
300	float: none;
301	height: 100%;
302}
303
304
305#plugin__styling table
306{
307	margin: 20px 0;
308	width: 100%;
309}
310
311#plugin__styling table td
312{
313	border: solid 1px lightgray;
314	padding: 10px 10px;
315}
316
317#plugin__styling table td input
318{
319	width: 100%;
320}
321
322#plugin__styling form p
323{
324	text-align: right
325}
326
327#user__manager div
328{
329	margin-bottom: 50px;
330}
331
332div#user__manager > div:nth-child(2) table > tbody:nth-child(3)
333{
334	text-align: right;
335}
336
337#user__manager table
338{
339	width: 100%;
340}
341
342#user__manager table,
343{
344	border: none;
345}
346
347#user__manager table th
348{
349	border: solid 1px __border__;
350}
351
352#user__manager table td
353{
354	/* border: solid 1px lightgray; */
355	padding: 10px 10px;
356}
357
358#user__manager table > tbody:last-child td
359{
360	border: none;
361}
362
363#user__manager table input
364{
365	width: 100%;
366}
367
368#user__manager .import_users form
369{
370	align-items: center;
371	border: solid 1px lightgray;
372	display: flex;
373	padding: 10px ;
374	width: 100%;
375}
376
377#user__manager .import_users form > button
378{
379	margin-left: auto;
380}
381
382#extension__manager form.install
383{
384	text-align: right;
385	width: 100%;
386}
387
388#extension__manager form.install label.block
389{
390	text-align: left;
391}
392
393#extension__manager form.install label.block:first-child
394{
395	display: flex;
396	align-items: center;
397}
398
399#extension__manager form.install label.block:first-child input
400{
401	flex: 1;
402	margin-left: 15px;
403}
404
405#extension__manager form.install label.block:nth-child(3)
406{
407	border-bottom: solid 1px lightgray;
408	padding-bottom: 10px;
409}
410
411#extension__manager form.install label.block:nth-child(5)
412{
413	display: inline-block;
414	margin: 0 0 30px 0;
415}
416
417#extension__manager form.search > div.no
418{
419	align-items: center;
420	display: flex;
421	width: 100%;
422}
423
424#extension__manager form.search > div.no > label.edit
425{
426	align-items: center;
427	display: flex;
428	flex: 1;
429}
430
431#extension__manager form.search > div.no > label.edit > input
432{
433	flex: 1;
434	margin: 0 10px;
435	width: 100%;
436}
437
438#dw__editform div.editBar
439{
440	display: flex;
441	flex-direction: column-reverse;
442	position: relative;
443}
444
445#dw__editform div.editBar #size__ctl
446{
447	position: absolute;
448	top: 0;
449	right: 0;
450}
451
452#dw__editform div.editBar .summary
453{
454	/* align-items: center; */
455	/* display: flex; */
456	margin-top: 30px;
457}
458
459#dw__editform div.editBar .summary label:first-child
460{
461	align-items: center;
462	display: flex;
463}
464
465#dw__editform div.editBar .summary label:first-child input
466{
467	flex: 1;
468	margin-left: 10px;
469	width: 100%;
470}
471
472#dw__editform div.editBar .summary label:last-child
473{
474	display: block;
475	font-size: 90%;
476	text-align: right;
477}
478
479#dw__editform div.editBar .editButtons
480{
481	margin-right: 0;
482	margin-top: 20px;
483	text-align: right;
484}
485