This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254194

Summary: Broken layout for larger font
Product: www Reporter: Vladimir Riha <vriha>
Component: Web ContentAssignee: Jan Pirek <jpirek>
Status: NEW ---    
Severity: normal CC: phejl
Priority: P2    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot
Download button shifted down
Download button is ok after disabling width property in #yellow_buttons

Description Vladimir Riha 2015-08-07 09:20:50 UTC
Created attachment 155212 [details]
screenshot

Honzo please check the screenshot. I changed font-size in Chrome settings from "Medium" to "Large". As a result, the orange download button has "moved" below the left button while the background image is left in the original position. As a result, you can be clicking on Download and nothing will happen, because the <a> is not there :)

Thank you

Chrome 44
Comment 1 Vladimir Riha 2015-08-07 09:26:08 UTC
Looks like it could be fixed maybe just by specifying fixed font-size in px for #yellow-buttons (at least setting it to 9px helped in my case)
Comment 2 thruminds 2016-07-20 09:58:16 UTC
Created attachment 161346 [details]
Download button shifted down
Comment 3 thruminds 2016-07-20 10:05:21 UTC
Created attachment 161348 [details]
Download button is ok after disabling width property in #yellow_buttons