Uploads/Add more button not correctly placed

I am not sure why but on my machines (German Debian, German Windows, tested only with Firefox and IE) i experience this ugly design bug :(

For some other parts in dolphin i was able to move the "+" to another place, so its not ontop of the browse-button (german = Durchsuchen), but for the "regular" uploader in some modules i couldn't find the place where to change it. I think the too long system-"add"button breaks the design here.

Is it possible to move this "+" before the input box? Where do i have to change this?

Attached a screenshot

 

Thanks

international_upload_bug.png · 11.8K · 194 views
Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81
Quote · 2 Apr 2012

Actually there is fixed width for this element if css, but some browsers ignore width of input element of file type and display it on it's own.

You can try to play with:

.form_advanced_table .form_input_file {
    width:200px;
}

style in templates/base/css/upload_media_comm.css file.

It will not resize the input, but it will move (+) sign out of the input at least.

Rules → http://www.boonex.com/terms
Quote · 3 Apr 2012

Many many thanks Alex,

 

it worked, i can move the "+" now :)

Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81
Quote · 3 Apr 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.