This small patch add the clear-block class to the CSS to contains the float and makes the delete label correctly allign to the filename label.
The patch is just for version 4.7.
HEAD version DOESN'T NEED these corrections.

CommentFileSizeAuthor
css_24.patch709 bytesdodorama

Comments

dodorama’s picture

the HEAD version too need an addition. Here it is:

div.imagefield-edit-image-flags div.form-item {
	float: right;
	margin: 0;
	padding: 0;
}
dopry’s picture

Status: Reviewed & tested by the community » Fixed

Committed to 4.7. tnx dodazzi.

Anonymous’s picture

Status: Fixed » Closed (fixed)