mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:45 +01:00
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:
parent
f91d99081d
commit
017d3ade8f
@ -412,6 +412,9 @@ action buttons, left aligned for "extra" controls
|
|||||||
/**
|
/**
|
||||||
* File upload
|
* File upload
|
||||||
*/
|
*/
|
||||||
|
div.et2_file {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
.et2_file .progress {
|
.et2_file .progress {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
max-height: 6em;
|
max-height: 6em;
|
||||||
|
Loading…
Reference in New Issue
Block a user