From b0b832a79646c764ef405d518eadaf09922a5159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Inez=20Korczyn=CC=81ski?= Date: Sun, 30 Jun 2013 00:47:53 -0700 Subject: [PATCH] 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 --- modules/ve/ui/styles/ve.ui.Toolbar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ve/ui/styles/ve.ui.Toolbar.css b/modules/ve/ui/styles/ve.ui.Toolbar.css index 9bc556ae0a..cbf7f719e8 100644 --- a/modules/ve/ui/styles/ve.ui.Toolbar.css +++ b/modules/ve/ui/styles/ve.ui.Toolbar.css @@ -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;