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/* Struct */
10.dokuwiki .struct_entry_form {
11
12    div.field {
13        margin-bottom: 5px;
14        line-height: 2em;
15
16        label {
17            vertical-align: top;
18            width: 20em;
19        }
20    }
21
22    span.input {
23        width: 100%;
24    }
25    span.label {
26        width: 100%;
27        white-space: normal;
28        text-align: right !important;
29        padding-right: 25px;
30    }
31
32}
33
34@media (max-width: 480px) {
35    .dokuwiki .struct_entry_form span.label {
36        text-align: left !important;
37    }
38}
39