Closed
Bug 788036
Opened 12 years ago
Closed 12 years ago
pencil: adjust CSS to fix input field issue
Categories
(Cloud Services :: Operations: Metrics/Monitoring, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Atoll, Assigned: whd)
Details
(Whiteboard: [qa+])
the input fields for "duration" and etc are set to "height: 16px; margin-top: 4px;", which truncates the bottom half of content in the fields when using a font that needs more than 16px of vertical space.
suggest changing them to "height: 1.5em; margin-top: 0.25em;", which bases the input field size (correctly) on the font size rather than using hard-coded pixel heights.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → wdawson
Updated•12 years ago
|
Whiteboard: [qa+]
Assignee | ||
Comment 1•12 years ago
|
||
Fixed with the bootstrap refresh.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•