wikimedia/mediawiki-extensions-Translate

View on GitHub
resources/css/ext.translate.special.pagetranslation.css

Summary

Maintainability
Test Coverage
.mw-tpt-sp-section {
    padding-bottom: 3ex;
}

.mw-tpt-m-vertical {
    margin: 0.5em 0 !important;
}

.mw-tpt-sp-section-type-old {
    opacity: 0.65;
}

.mw-tpt-sp-section-type-dropdown > .mw-tpt-sp-content {
    padding: unset;
}

.mw-tpt-sp-section-type-dropdown > .oo-ui-fieldLayout-body {
    align-items: center;
    flex-direction: row;
}

.client-nojs .mw-tpt-sp-section-type-dropdown {
    display: none;
}

.mw-tpt-sp-legend {
    font-weight: bold;
    font-size: 110%;
    overflow-wrap: break-word;
}

.mw-tpt-sp-content {
    font-size: small;
    padding-left: 2em;
    padding-right: 2em;
    overflow-wrap: break-word;
}

.mw-tpt-sp-markform.mw-tpt-hide-custom-fuzzy .mw-tpt-action-field {
    display: none;
}

.client-nojs .mw-tpt-sp-markform .mw-widgets-pendingTextInputWidget {
    display: none;
}

.mw-tpt-pagelist-item {
    overflow-wrap: break-word;
}

.mw-content-container .mw-tpt-vm {
    margin: 1em 0;
}