forked from extern/egroupware
Fix miss alignment of searchbox in VFS dialog
This commit is contained in:
parent
193a8847b9
commit
ee4640ccda
@ -3162,7 +3162,10 @@ div.eml div.emlDelete:hover, div.eml div.emlEdit:hover {
|
|||||||
margin-right:0;
|
margin-right:0;
|
||||||
}
|
}
|
||||||
#api\.vfsSelectUI_search.et2_searchbox .flex{
|
#api\.vfsSelectUI_search.et2_searchbox .flex{
|
||||||
width: 122px;
|
width: 142px;
|
||||||
|
padding-right: 0px;
|
||||||
|
}
|
||||||
|
#api\.vfsSelectUI_search.et2_searchbox .flex input{
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
}
|
}
|
||||||
#api\.vfsSelectUI_path {width:100%;}
|
#api\.vfsSelectUI_path {width:100%;}
|
||||||
|
Loading…
Reference in New Issue
Block a user