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