/* * DokuWiki Bootstrap3 Template: DokuWiki Plugins * * Home http://dokuwiki.org/template:bootstrap3 * Author Giuseppe Di Terlizzi * License GPL 2 (http://www.gnu.org/licenses/gpl.html) */ /* Bureaucracy Plugin */ /* Styles for XS devices */ @media screen and (max-width: 767px) { .dokuwiki { form.bureaucracy__plugin { label { text-align: left; input.edit, select { width: 100%; } } } } } .dokuwiki form.bureaucracy__plugin div.field { margin-bottom: 5px; }