The browse and upload buttons are behind the menu at the bottom. You can get to them using Tab, and after uploading one image the buttons are exposed.

CommentFileSizeAuthor
Screen Shot 2014-03-08 at 9.11.07 PM.png109.27 KBXenther
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Xenther’s picture

Setting:
position: relative;
z-index: 10;
on the "Image" form resolves the issue... I'm not sure where to add this in the code.

Jeff Burnz’s picture

Category: Bug report » Support request

Its not really a bug in the theme, well sort of not - Drupal core adds the same classes to form fields as actual image fields (when viewing the node) so the float applied to the image field is applying to the form field - confused?

In short the fix is to NOT float the image form field, sorry I don't have a snippet handily right this minute and I need to go out for the day, I'll check back later and I might have some time to provide a CSS fix.

Xenther’s picture

Just checking to see if you had a chance to look into that snippet. I'll play around with it and see if I can find what you're referring to.
Thanks!