1/*
2 * DokuWiki Bootstrap3 Template: DokuWiki Plugins
3 *
4 * Home     http://dokuwiki.org/template:bootstrap3
5 * Author   Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
6 * License  GPL 2 (http://www.gnu.org/licenses/gpl.html)
7 */
8
9/* Bureaucracy Plugin */
10
11/* Styles for XS devices */
12@media screen and (max-width: 767px) {
13
14  .dokuwiki {
15
16    form.bureaucracy__plugin {
17
18      label {
19
20        text-align: left;
21
22        input.edit,
23        select {
24          width: 100%;
25        }
26
27      }
28
29    }
30
31  }
32}
33
34.dokuwiki form.bureaucracy__plugin div.field {
35    margin-bottom: 5px;
36}
37