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.
 
 
 
 
 

37 lines
585 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. /* Bureaucracy Plugin */
  9. /* Styles for XS devices */
  10. @media screen and (max-width: 767px) {
  11. .dokuwiki {
  12. form.bureaucracy__plugin {
  13. label {
  14. text-align: left;
  15. input.edit,
  16. select {
  17. width: 100%;
  18. }
  19. }
  20. }
  21. }
  22. }
  23. .dokuwiki form.bureaucracy__plugin div.field {
  24. margin-bottom: 5px;
  25. }