mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-12-11 15:38:07 +00:00
e719555d30
Adding maps object to TemplateData GUI. By adding mapPanelButton to the main panel and creating the map panel which contains multiline input widget to show and insert the map info. Bug: T254478 Change-Id: Iacff86812cbc448fcdbae24e7eeffb0384781dd5
38 lines
600 B
CSS
38 lines
600 B
CSS
.mw-templateData-doc-params tbody > tr > th {
|
|
text-align: left;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.mw-templateData-doc-param-alias {
|
|
color: #777;
|
|
display: block;
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.mw-templateData-doc-muted {
|
|
font-style: italic;
|
|
color: #777;
|
|
}
|
|
|
|
.mw-templatedata-doc-param-status-required {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.mw-templateData-format {
|
|
font-weight: normal;
|
|
font-size: 0.85em;
|
|
}
|
|
|
|
.mw-templateData-doc-param-name,
|
|
.mw-templateData-doc-param-type {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.mw-tempateData-maps-panel-button {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.mw-tempateData-template-maps-input {
|
|
padding-bottom: 1em;
|
|
}
|