1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-03-15 08:38:16 +01:00

Fix miss alignment of searchbox in VFS dialog

This commit is contained in:
Hadi Nategh 2019-08-19 10:41:44 +02:00
parent 7d518c4042
commit d521364034

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%;}