Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
.mw-htmlform-submit-buttons {
    position: fixed;
    top: 11.7em;
    left: 25.5em;
}
.mw-htmlform-field-UploadSourceField {
.mw-htmlform-field-UploadSourceField {
    position: fixed;
position: fixed;
    top: 9em;
top: 8em;
    left: 25em;
left: 24.5em;
}
}
 
.mw-htmlform-field-UploadSourceField .mw-label, {
    display: none;
}


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


#mw-upload-form .mw-htmlform-submit-buttons {
position: fixed;
top: 9.7em;
left: 24.5em;
}


.mw-htmlform-field-HTMLTextField #wpDestFile {
.mw-htmlform-field-HTMLTextField #wpDestFile {
    position: fixed;
position: fixed;
    top: 11.2em;
top: 9.4em;
    left: 36em;
left: 35em;
}
}
 


.editButtons {
.editButtons {
Zeile 36: Zeile 30:
display: inline-flex;
display: inline-flex;
}
}
#msupload-dropzone {
background: cadetblue;
/* background: #657d91; */
height: 1.75em;
}
#msupload-bottom {
/* border-top: 1px solid #c8ccd1;
padding: 8px; */
height: 2em;
}


/*.editButtons {
/*.editButtons {

Aktuelle Version vom 25. September 2020, 09:11 Uhr

.mw-htmlform-field-UploadSourceField {
	position: fixed;
	top: 8em;
	left: 24.5em;
	}

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

#mw-upload-form .mw-htmlform-submit-buttons {
	position: fixed;
	top: 9.7em;
	left: 24.5em;
	}

.mw-htmlform-field-HTMLTextField #wpDestFile {
	position: fixed;
	top: 9.4em;
	left: 35em;
	}

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

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

#msupload-dropzone {
	background: cadetblue;
	/* background: #657d91; */
	height: 1.75em;
	}

#msupload-bottom {
	/* border-top: 1px solid #c8ccd1;
	padding: 8px; */
	height: 2em;
	}


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

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