summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authordmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-07 20:48:12 +0000
committerdmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-07 20:48:12 +0000
commit8cf569ed737fb8e5ec7d1a201627af06bd46f7f1 (patch)
tree6d40fbc6af668dab57715d2e8d772c1f28e302fa /chrome/common
parent61f7c7d49965a4c231f93343622dc80db0a27515 (diff)
downloadchromium_src-8cf569ed737fb8e5ec7d1a201627af06bd46f7f1.zip
chromium_src-8cf569ed737fb8e5ec7d1a201627af06bd46f7f1.tar.gz
chromium_src-8cf569ed737fb8e5ec7d1a201627af06bd46f7f1.tar.bz2
Fix css so that incognito warning doesn't overlap next line.
When the incognito warning is shown, its max height was being increased from 0 to 100px in order to animate it opening. However, 100px is insufficient because with a narrow window width and/or large fonts (300% page zoom is the max), the height of the warning is more than 100px. Changed to 1000px which more than sufficient for the narrowest window and maximum page zoom. The actual height will be only what is needed, so there's no harm in making this too large. BUG=100767 TEST=Show the incognito warning in extension settings with a narrow window. Review URL: http://codereview.chromium.org/8480002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108904 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
0 files changed, 0 insertions, 0 deletions