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.
 
 
 
 
 

36 lines
651 B

  1. /**
  2. * This file provides styles for mediamanager
  3. */
  4. /* + + + + + global + + + + + */
  5. #mediamanager__page {
  6. .namespaces h2 {
  7. bottom: 0;
  8. line-height: 100%;
  9. margin-bottom: -1px;
  10. }
  11. #media__tree ul li img {
  12. padding-top: .3em;
  13. }
  14. ul.tabs li a {
  15. border-bottom-color: transparent;
  16. }
  17. #page__revisions {
  18. > .no > ul > li input[type="checkbox"] {
  19. margin-left: 0;
  20. }
  21. }
  22. }
  23. /* + + + + + + + + + + + + + + + + + + + + + + + + + + */
  24. /* media queries */
  25. @media @screen_max-md {
  26. #mediamanager__page {
  27. min-width: 100%;
  28. max-width: 100%;
  29. }
  30. }