setting display: inline-block for et2_file, as it is supposted to be an inline element, fixes multiple lines in toolbar for non-Pixelegg templates

This commit is contained in:
Ralf Becker 2014-02-17 15:39:53 +00:00
parent f91d99081d
commit 017d3ade8f

View File

@ -412,6 +412,9 @@ action buttons, left aligned for "extra" controls
/**
* File upload
*/
div.et2_file {
display: inline-block;
}
.et2_file .progress {
width: 300px;
max-height: 6em;