mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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
|
||||
*/
|
||||
div.et2_file {
|
||||
display: inline-block;
|
||||
}
|
||||
.et2_file .progress {
|
||||
width: 300px;
|
||||
max-height: 6em;
|
||||
|
Loading…
Reference in New Issue
Block a user