From ee4640ccda280daeb8e2918bb5ad87d331ad2320 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 19 Aug 2019 10:41:44 +0200 Subject: [PATCH] Fix miss alignment of searchbox in VFS dialog --- api/templates/default/etemplate2.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index e91c8a183a..528493c9d4 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -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%;}