mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-15 03:34:44 +00:00
76cf63dad2
Seperate different maps of maps-object into different panels that contains text-area to edit the map, delete button to delete the map, and can be navigated through using a side-bar, that also have "Add new map" button at the top to add a new map. Bug: T258820 Change-Id: Ib53a73203f6010b3fd8a5cd78c74c904be2340f2
81 lines
1.5 KiB
CSS
81 lines
1.5 KiB
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-templateData-maps-panel-button {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.mw-templateData-template-map-list-menu-panel {
|
|
border-right: 1px solid #c8ccd1;
|
|
}
|
|
|
|
.mw-templateData-template-remove-map-button {
|
|
margin-bottom: 0.8em;
|
|
}
|
|
|
|
.mw-templateData-template-add-map-button-panel,
|
|
.oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-top > .oo-ui-menuLayout-menu {
|
|
height: fit-content;
|
|
text-align: center;
|
|
box-shadow: 0 5px 16px -8px #0000001f;
|
|
}
|
|
|
|
.mw-templateData-template-map-group {
|
|
height: available;
|
|
}
|
|
|
|
.tdg-templateDataDialog-editMapsPanel .oo-ui-menuLayout > .oo-ui-menuLayout-content {
|
|
top: 4.3em;
|
|
}
|
|
|
|
.tdg-templateDataDialog-addingNewMap .oo-ui-menuLayout > .oo-ui-menuLayout-content {
|
|
top: 6.6em;
|
|
}
|
|
|
|
.tdg-templateDataDialog-mapsListPanel {
|
|
height: available;
|
|
}
|
|
|
|
.mw-templateData-template-map-item {
|
|
padding: 0.5em 0 0.5em 0.3em;
|
|
border: 1px solid #fff;
|
|
border-radius: 2px;
|
|
width: 100%;
|
|
}
|
|
|
|
.mw-templateData-template-map-item:hover {
|
|
background-color: #eaecf0;
|
|
}
|
|
|
|
.mw-templateData-template-map-item-highlighted,
|
|
.mw-templateData-template-map-item-highlighted:hover {
|
|
background-color: #eaf3ff;
|
|
}
|