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.
 
 
 
 
 

39 lines
749 B

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