forked from extern/egroupware
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;
|
border-radius: 5px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
margin-left: 60px;
|
margin-left: 60px;
|
||||||
height: 24px;
|
|
||||||
/* &:hover {background-color: @color_positive_action_active !important;}
|
/* &:hover {background-color: @color_positive_action_active !important;}
|
||||||
&:active {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);
|
.rounded (5px);
|
||||||
left: 0px;
|
left: 0px;
|
||||||
margin-left: 60px;
|
margin-left: 60px;
|
||||||
height: 24px;
|
|
||||||
/* &:hover {background-color: @color_positive_action_active !important;}
|
/* &:hover {background-color: @color_positive_action_active !important;}
|
||||||
&:active {background-color: @color_positive_action_active !important;}*/
|
&:active {background-color: @color_positive_action_active !important;}*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user