Mudanças entre as edições de "MediaWiki: Common.css"
De WikiAjuda
(Criou página com '→* o código CSS colocado aqui será aplicado a todos os temas: →Forms: #pfForm .select2-container-multi .select2-choices { min-height: 60px; } #pfForm select, #p...') |
|||
Linha 1: | Linha 1: | ||
/** o código CSS colocado aqui será aplicado a todos os temas */ | /** o código CSS colocado aqui será aplicado a todos os temas */ | ||
+ | |||
+ | /* Images */ | ||
+ | #image-block img { | ||
+ | width: 100%; | ||
+ | height:auto | ||
+ | } | ||
/* Forms */ | /* Forms */ |
Edição das 08h05min de 15 de maio de 2017
/** o código CSS colocado aqui será aplicado a todos os temas */
/* Images */
#image-block img {
width: 100%;
height:auto
}
/* Forms */
#pfForm .select2-container-multi .select2-choices {
min-height: 60px;
}
#pfForm select,
#pfForm input[type="checkbox"] {
width:100% !important;
}
.input-group {
padding: .5em 0;
}
.input-group .form-control {
margin-left: -4px !important;
}
.input-group-addon {
min-width:110px;
}
label.radioButtonItem {
padding: 0 16px !important;
border: 0;
box-shadow: none;
width: 100%;
margin-top: -5px;
background: transparent;
}
.wikiEditor-ui {
background-color: #eee;
border: 1px solid #bdbdbd;
margin-left: -4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
padding-left: 4px;
border-left: none;
}
.wikiEditor-ui .wikiEditor-ui-view {
border: none;
}
.wikiEditor-ui-toolbar {
background-image: none;
}
.wikiEditor-ui .wikiEditor-ui-top {
border-bottom: none;
}
.form-control {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-top-right-radius: 4px !important;
border-bottom-right-radius: 4px !important;
z-index: 1 !important;
}
.form-control-description {
padding-top: .6em;
}
.shift {
margin-left: -4px !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.gp-datepicker {
padding:6px 10px !important;
margin-left:-4px !important;
background-image:none !important;
border:1px solid #bdbdbd !important;
border-top-right-radius:4px !important;
border-bottom-right-radius:4px !important;
}
.gp-datepicker:hover {
background-image:none !important;
background: #eee !important;
}
label.checkboxLabel.gp-checkbox {
white-space: nowrap;
padding: 2px 6px 0 4px;
}
#pfForm input[type="checkbox"] {
width: auto !important;
margin: -5px auto;
}
.checkboxLabel {
width:100%;
}
.multipleTemplateInstance {
background-color: #fcfcfc;
}