You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /*
- * DokuWiki Bootstrap3 Template: DokuWiki Plugins
- *
- * Home http://dokuwiki.org/template:bootstrap3
- * Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
- * 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;
- }
- }
|