diff options
author | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-21 16:49:55 +0000 |
---|---|---|
committer | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-21 16:49:55 +0000 |
commit | 1a80b85a916168de948d92abf355df4e20529080 (patch) | |
tree | 07bdd75f6e9130aa47cab1760307da85518e2fcf /chrome/browser/resources/flags.css | |
parent | 4735d2ba549d8b45afd4e9ba0bb1b9c5aea05627 (diff) | |
download | chromium_src-1a80b85a916168de948d92abf355df4e20529080.zip chromium_src-1a80b85a916168de948d92abf355df4e20529080.tar.gz chromium_src-1a80b85a916168de948d92abf355df4e20529080.tar.bz2 |
Removed clipped bottom padding from chrome://flags and chrome://plugins headers.
This padding isn't shown; however it causes the headings to jump up when a find is
executed which matches anything in the headers. The referenced chrome bug contains
details on reproducing the problem; the webkit fix is non-trivial and possibly
controversial.
BUG=83292
TEST=Checked pages look the same
Review URL: http://codereview.chromium.org/8555030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110938 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/flags.css')
-rw-r--r-- | chrome/browser/resources/flags.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/flags.css b/chrome/browser/resources/flags.css index cad8820..f09c286 100644 --- a/chrome/browser/resources/flags.css +++ b/chrome/browser/resources/flags.css @@ -32,7 +32,7 @@ div#header { background: url('../../app/theme/flags_section.png') 0px 20px no-repeat; display: inline; margin: 0; - padding-bottom: 43px; + padding-bottom: 20px; -webkit-padding-start: 75px; padding-top: 40px; } |