Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 11: Zeile 11:
}
}


.mw-htmlform-field-UploadSourceField .mw-label {
.mw-htmlform-field-UploadSourceField .mw-label, .mw-htmlform-field-HTMLTextField .mw-label {
     display: none;
     display: none;
}
}
Zeile 17: Zeile 17:
.mw-htmlform-field-HTMLTextField {
.mw-htmlform-field-HTMLTextField {
     position: fixed;
     position: fixed;
     top: 12em;
     top: 8.5em;
     display: inline-block;
     left: 36em;
}
}


#mw-content-text {
    margin-top: 4em;
}


.editButtons {
.editButtons {

Version vom 10. Dezember 2019, 12:08 Uhr

.mw-htmlform-submit-buttons {
    position: fixed;
    top: 11.7em;
    left: 25.5em;
}

.mw-htmlform-field-UploadSourceField {
    position: fixed;
    top: 9em;
    left: 25em;
}

.mw-htmlform-field-UploadSourceField .mw-label, .mw-htmlform-field-HTMLTextField .mw-label {
    display: none;
}

.mw-htmlform-field-HTMLTextField {
    position: fixed;
    top: 8.5em;
    left: 36em;
}


.editButtons {
	position: fixed;
	top: 59px;
	right: -300px;
}

.mw-input {
	display: inline-flex;
}

/*.editButtons {
	position: fixed;
	top: 59px;
	right: -300px;
}*/

/* .main-footer {
    float: inline-end;
    bottom: 186px;
} */