Make toolbar look correct with non-standard browser font size settings

Assumption about toolbar height never exceeding 88px is not correct. At
least in Chrome, after setting in advanced configuration font size to
"Large" instead of "Medium", the toolbar's height is 110px and part of it
is transparent. Because it is transparent user can see content behind it
when scrolled down, which makes for a not really good experience.

Change-Id: Ibdc2410cc4ab29bfe774961fc062d172386975d4
This commit is contained in:
Inez Korczyński 2013-06-30 00:47:53 -07:00 committed by Jforrester
parent f8d2f14953
commit b0b832a796

View file

@ -17,6 +17,7 @@
border-bottom: solid 1px #ccc;
position: relative;
/* @embed */
background-color: white;
background-image: url(images/fade-up.png);
background-position: left bottom;
background-repeat: repeat-x;