Fix miss alignment of searchbox in VFS dialog

This commit is contained in:
Hadi Nategh 2019-08-19 10:41:44 +02:00
parent 193a8847b9
commit ee4640ccda

View File

@ -3162,7 +3162,10 @@ div.eml div.emlDelete:hover, div.eml div.emlEdit:hover {
margin-right:0;
}
#api\.vfsSelectUI_search.et2_searchbox .flex{
width: 122px;
width: 142px;
padding-right: 0px;
}
#api\.vfsSelectUI_search.et2_searchbox .flex input{
padding-right: 0px;
}
#api\.vfsSelectUI_path {width:100%;}