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.
 
 
 
 
 

25 lines
414 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. /* Add New Page Plugin */
  9. .nav .addnewpage {
  10. padding: 10px;
  11. select,
  12. input {
  13. margin-bottom: 5px;
  14. }
  15. select,
  16. input[type=text] {
  17. width: 100% !important;
  18. }
  19. }