xref: /template/sprintdoc/css/plugins/mediamanager.less (revision cbc7dfe5f00f665ca9e98708393f60acb09465c9)
1/**
2 * This file provides styles for mediamanager
3 */
4
5/* + + + + +  global  + + + + + */
6#mediamanager__page {
7    .namespaces h2 {
8        bottom: 0;
9        line-height: 100%;
10        margin-bottom: -1px;
11    }
12
13    #media__tree ul li img {
14        padding-top: .3em;
15    }
16
17    ul.tabs li a {
18        border-bottom-color: transparent;
19    }
20}
21
22/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
23/* media queries */
24@media @screen_max-md {
25    #mediamanager__page {
26        min-width: 100%;
27        max-width: 100%;
28    }
29}
30