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.
|
- /**
- * This file provides styles for mediamanager
- */
-
- /* + + + + + global + + + + + */
- #mediamanager__page {
- .namespaces h2 {
- bottom: 0;
- line-height: 100%;
- margin-bottom: -1px;
- }
-
- #media__tree ul li img {
- padding-top: .3em;
- }
-
- ul.tabs li a {
- border-bottom-color: transparent;
- }
-
- #page__revisions {
- > .no > ul > li input[type="checkbox"] {
- margin-left: 0;
- }
- }
- }
-
- /* + + + + + + + + + + + + + + + + + + + + + + + + + + */
- /* media queries */
- @media @screen_max-md {
- #mediamanager__page {
- min-width: 100%;
- max-width: 100%;
- }
- }
|