mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Do not apply height to et2_file class, let the browser calculates it.
-Fix list of files in uploading progress overflow on top of Existing links element instead of getting right height and expand.
This commit is contained in:
parent
920413d6ce
commit
b991bf4531
@ -365,7 +365,6 @@
|
||||
border-radius: 5px;
|
||||
left: 0px;
|
||||
margin-left: 60px;
|
||||
height: 24px;
|
||||
/* &:hover {background-color: @color_positive_action_active !important;}
|
||||
&:active {background-color: @color_positive_action_active !important;}*/
|
||||
}
|
||||
|
@ -301,7 +301,6 @@ div.et2_file input.et2_file_upload{
|
||||
.rounded (5px);
|
||||
left: 0px;
|
||||
margin-left: 60px;
|
||||
height: 24px;
|
||||
/* &:hover {background-color: @color_positive_action_active !important;}
|
||||
&:active {background-color: @color_positive_action_active !important;}*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user