Problem/Motivation
On IE11 for PNG logo images that are bigger, we will get overflowing of the logo image.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | fix-logo-css-layout-3082325-9.patch | 2.54 KB | pivica |
| #6 | interdiff-3082325-5-6.txt | 1.78 KB | pivica |
On IE11 for PNG logo images that are bigger, we will get overflowing of the logo image.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | fix-logo-css-layout-3082325-9.patch | 2.54 KB | pivica |
| #6 | interdiff-3082325-5-6.txt | 1.78 KB | pivica |
Comments
Comment #2
pivica commentedHere is a patch.
Comment #3
pivica commentedWe should prevent wrapping for bigger screens when there is site-name element.
Comment #4
pivica commentedIt seems we need display block now also on the link for slightly better calculation of logo link boundaries.
Comment #5
pivica commentedWe noticed some layout problems for some edge cases - using site name and additional blocks in navbar region. The new patch should properly apply grid layout to navbar region and is also fixing some slight position problems.
Comment #6
pivica commentedSetting negative margins without increasing width of element will create errors in layout, a new patch should fix this and clean previously added wrong CSS rules.
Changing issue title also because these are now general fixes and not just for IE11.
Comment #7
pivica commentedThe previous patch was interdiff again, attaching proper one this time.
Comment #8
pivica commentedAnd fixing a c&p error...
Comment #9
pivica commentedAgain made interdiff instead of a patch, man...
Comment #11
pivica commentedCommitted.