mediawiki-extensions-Templa.../modules/ext.templateData/templateData.css
Khatean 76cf63dad2 Allow different maps to be edited separately
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
2020-08-28 20:18:27 +02:00

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;
}