The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
File Upload field takes too much space
Is there a way to change the way the upload file looks on a page? It takes up so much space with the boxed "Drop file here". Is there a way to just make a single line? I'm trying to fit inside a cell that is 320x400.
December 27, 2017 at 11:35 pm
If it helps you, here's what I use:
/* Redefines the size and color of download buttons in the form 5 */
#frm_form_5_container .dz-message {
width:150px; height:20px; padding:0px; margin-top:0px; background:#ffffff; color:#ed811c; font-size:13px;
}
/* Redefines the minimum size of the download field in the form 5 */
#frm_form_5_container .frm_dropzone {
min-height:0px;
}
/* Hide the download icon in the form 5 */
#frm_form_5_container .frm_upload_icon {
display: none;
}
Discussion closed.