The buttons in the header frame appear too low (unreadable) in some themes. To fix this, add margin: 0; to the body.
Line 19 of img_assist.css.
body#img_assist_header {
background-color:#ccc;
margin: 0;
}
The following code will align all the buttons properly. Add it around line 99.
#header-uploading input, #header-properties input, #header-browse input, #header-startover input, #header-cancel input, #header-uploading select, #header-properties select, #header-browse select {
margin-top: 0;
margin-bottom: 0;
vertical-align: baseline;
}
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | img_assist_header_css.patch | 954 bytes | moonray |
Comments
Comment #1
zoo33 commentedThere is now a Drupal 5 branch.
Comment #2
moonray commentedPatch attached.
This patch also prevents the "start over" button from forcing a scroll bar to appear.
Comment #3
mlsamuelson commentedimg_assist_header_css.patch worked as advertised in Firefox 2.0 and IE 6.0.
mlsamuelson
Comment #4
darren ohGood review.
Comment #5
zoo33 commentedLooks good both in Firefox and Safari on Mac, thanks! Committed to DRUPAL-5 and HEAD.
4.7 could benefit from this as well.
Comment #6
sunCommitted to 4.7.x.
Comment #7
(not verified) commented