1/** 2 * This file provides styles for the edit view (?do=edit), preview 3 * and section edit buttons. 4 */ 5/* + + + + + mediamanager + + + + + */ 6#mediamanager__page { 7 .namespaces h2 { 8 bottom: 0; 9 line-height: 100%; 10 margin-bottom: -1px; 11 } 12 #media__tree ul li img { 13 padding-top: .3em; 14 } 15} 16/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ 17/* media queries */ 18@media @screen_max-md { 19 #mediamanager__page { 20 min-width: 100%; 21 max-width: 100%; 22 } 23} 24