简体   繁体   English

如何使用引导程序改善Firefox 4中的文件字段浏览按钮

[英]How to improve file field browse buttons in firefox- rails 4 with bootstrap

Rails 4 app, Bootstrap 3 Rails 4应用程序,Bootstrap 3

I have a form with multiple file upload fields. 我有一个包含多个文件上传字段的表单。

The html: 的HTML:

<%= f.file_field :image, class: "form-control" %>

It looks great in all browsers except firefox; 在除Firefox之外的所有浏览器中看起来都不错。 here the bottom of the browse button is cut off and it doesn't look professional: 在这里,浏览按钮的底部被切除,看起来并不专业: 在此处输入图片说明

What's the best way to fix this? 解决此问题的最佳方法是什么?

Are you using Jasny Bootstrap to style the file upload element? 您是否正在使用Jasny Bootstrap设置文件上传元素的样式? If not, take a look Jasny Bootstrap 如果没有,请看看Jasny Bootstrap

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM