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