Browse Source

Fix select file button height on product modify page

Vova Tkach 5 years ago
parent
commit
216c6acfca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/module_shop.go

+ 1 - 1
modules/module_shop.go

@@ -1227,7 +1227,7 @@ func (this *Modules) RegisterModule_Shop() *Module {
 							`</div>` +
 							`<div id="img-upload-block" class="list-button position-relative">` +
 							`<div id="upload-msg">Uploading...</div>` +
-							`<input class="form-control ignore-lost-data" type="file" id="file" name="file" onchange="fave.ShopProductsUploadImage('shop-upload-image', ` + utils.IntToStr(data.A_id) + `, 'file');" style="font-size:13px;" multiple />` +
+							`<input class="form-control ignore-lost-data" type="file" id="file" name="file" onchange="fave.ShopProductsUploadImage('shop-upload-image', ` + utils.IntToStr(data.A_id) + `, 'file');" style="font-size:12px;" multiple />` +
 							`</div>` +
 							`</div>` +
 							`</div>` +