Mudanças entre as edições de "MediaWiki: Common.css"
De WikiAjuda
Linha 8: | Linha 8: | ||
max-width: 300px; | max-width: 300px; | ||
height:auto; | height:auto; | ||
+ | } | ||
+ | |||
+ | .img-responsive | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .mw-mmv-view-expanded { | ||
+ | margin-top: 1em; | ||
} | } |
Edição das 16h36min de 22 de abril de 2019
/** o código CSS colocado aqui será aplicado a todos os temas */
.form-control.select2-container .select2-choices {
border: 1px solid #aaa !important;
}
.img-movil {
max-width: 300px;
height:auto;
}
.img-responsive
width: 100%;
}
.mw-mmv-view-expanded {
margin-top: 1em;
}