dokuwiki-template-sprintdoc.../css/plugins/mediamanager.less
2019-04-17 16:26:19 +02:00

35 lines
651 B
Text

/**
* 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%;
}
}