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