Jay Buffington created AURORA-604:
-------------------------------------
Summary: use scaled aurora logo rather than scaling with browser
Key: AURORA-604
URL: https://issues.apache.org/jira/browse/AURORA-604
Project: Aurora
Issue Type: Story
Components: UI
Reporter: Jay Buffington
Priority: Minor
All the pages under /scheduler display the Aurora logo in the top left corner.
The logo at /images/aurora_logo.png is 320x100, but css/app.css scales it down
to 200 px wide with this css:
.logo {
width: 200px;
}
This causes this annoying UI bug where when I load the page, I see the logo
displayed at 320x100, then it jumps once the css loads and scales it down to
200x62 (or whatever the exact height is).
--
This message was sent by Atlassian JIRA
(v6.2#6252)