mediawiki-extensions-Multim.../resources/mmv/ui/mmv.ui.fileUsage.less

59 lines
942 B
Plaintext
Raw Normal View History

@import "mmv.mixins";
.mw-mlb-fileusage-container {
@border-color: #DDDDDD;
@info-color: #565656;
@dark-text: #333333;
display: inline-block;
overflow: hidden;
width: 100%;
&.empty {
display: none;
}
h3 {
margin-left: 20px;
margin-top: 20px;
color: @info-color;
font-weight: normal;
font-size: 1em;
}
ul {
margin: 0 20px;
.box-round(3px);
font-size: 0.85em;
}
li {
list-style: none;
overflow: hidden;
padding: 3px 5px 3px 0;
margin: 0;
&:last-child {
border-bottom: none;
}
&.mw-mlb-fileusage-local-section, &.mw-mlb-fileusage-global-section, &.mw-mlb-fileusage-view-all {
color: @dark-text;
border-bottom: 1px solid @border-color;
margin: 3px 0;
}
aside {
display: inline-block;
float: right;
max-width: 25%;
overflow: hidden;
text-overflow: ellipsis;
font-size: 0.9em;
color: @info-color;
}
.mw-mlb-fileusage-view-all {
float: right;
}
}
}