/* * 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) */ /* Struct */ .dokuwiki .struct_entry_form { div.field { margin-bottom: 5px; line-height: 2em; label { vertical-align: top; width: 20em; } } span.input { width: 100%; } span.label { width: 100%; white-space: normal; text-align: right !important; padding-right: 25px; } } @media (max-width: 480px) { .dokuwiki .struct_entry_form span.label { text-align: left !important; } }