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.
 
 
 
 
 

74 lines
1.4 KiB

  1. /*!
  2. * DokuWiki Bootstrap3 Template: Mobile and other devices styles
  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. @media screen and (max-width: 767px) {
  9. .dokuwiki {
  10. fieldset,
  11. label.block select,
  12. label.block input.edit {
  13. width: 100%;
  14. text-align: left;
  15. }
  16. label.block {
  17. text-align: initial;
  18. }
  19. label[for="remember__me"] {
  20. margin-left: 0 !important;
  21. }
  22. .centeralign form {
  23. text-align: left;
  24. }
  25. .dw-container.mx-5 {
  26. margin-left: 0 !important;
  27. margin-right: 0 !important;
  28. }
  29. #config__manager {
  30. td {
  31. display: block;
  32. margin: 5px;
  33. }
  34. td.value {
  35. border-top: 0px solid transparent
  36. }
  37. }
  38. #insitu__fn {
  39. max-width: initial !important;
  40. position: fixed !important;
  41. bottom: 0 !important;
  42. left: 0 !important;
  43. top: initial !important;
  44. width: 90% !important;
  45. margin: 10px;
  46. z-index: 9999;
  47. &::before {
  48. content: 'x';
  49. right: 5px;
  50. position: absolute;
  51. top: 5px;
  52. cursor: pointer;
  53. border-radius: 50%;
  54. width: 16px;
  55. height: 16px;
  56. background: #ddd;
  57. text-align: center;
  58. }
  59. }
  60. }
  61. }