xref: /template/sprintdoc/css/plugins/mediamanager.less (revision cc5d3cb1c6cae50e086f3cd38711f495790ab142)
1/**
2 * This file provides styles for the edit view (?do=edit), preview
3 * and section edit buttons.
4 */
5
6/* + + + + +  mediamanager  + + + + + */
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