Maybe its just me or because we use diff browsers or OS .. but I had to tweak one small css attribute, because when using the browser the upload field was hidden behind the lower container, I thought there was something major wrong but a little firebuggin showed the width for the label was too wide and forced the upload field down. Im using FF latest and on Windows desktop. I went ahead and dropped the width attribute and placed a margin instead... might even do well to tweak that top bit so its z-index is higher than the container below or someasmuch?

#edit-upload-wrapper label {
float: left;
height: 30px;
margin-left: 10px;
margin-right:9px;
display: block;
}

By the way I love this module!! You ROCK!!!

Comments

jdelaune’s picture

Status: Active » Fixed

Works for me. You ROCK ;)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.