mediawiki-extensions-Templa.../modules/ext.templateData/templateData.less
Ed Sanders 678d95251b Add an "Edit template data" button to the TemplateData output
This button, similar to an edit-section link, will launch the editor
and immediately open the TemplateDataGenerator UI.

Bug: T316759
Depends-On: Idb5e3c51a22361e0d9916d3c31444daeff310ed2
Change-Id: Ieb575c499c16d87c28972a55662ef0bd9cb72c06
2022-11-08 13:36:38 +00:00

65 lines
1.3 KiB
Plaintext

.mw-templatedata-doc-params {
tbody > tr > th {
text-align: left;
font-weight: normal;
}
.mw-templatedata-caption {
margin: 0.5em 10em;
}
.mw-editsection-like {
float: right;
line-height: 2.5em;
}
}
.mw-templatedata-doc-param-alias {
color: #555; /* required to pass WCAG AAA */
}
.mw-templatedata-doc-muted {
font-style: italic;
color: #555; /* required to pass WCAG AAA */
}
.mw-templatedata-doc-param-status-required {
font-weight: bold;
}
.mw-templatedata-format {
font-weight: normal;
font-size: 0.85em;
margin-left: 0.25em;
}
.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;
}
.oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-top > .oo-ui-menuLayout-menu {
height: 4em;
text-align: center;
box-shadow: 0 5px 16px -8px #0000001f;
}
.tdg-templateDataDialog-addingNewMap .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-top > .oo-ui-menuLayout-menu {
height: 6.6em;
}
.tdg-templateDataDialog-editMapsPanel .oo-ui-menuLayout > .oo-ui-menuLayout-content {
top: 4em;
}
.tdg-templateDataDialog-addingNewMap .oo-ui-menuLayout > .oo-ui-menuLayout-content {
top: 6.6em;
}