summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/flags.css
diff options
context:
space:
mode:
authorbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-21 16:49:55 +0000
committerbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-21 16:49:55 +0000
commit1a80b85a916168de948d92abf355df4e20529080 (patch)
tree07bdd75f6e9130aa47cab1760307da85518e2fcf /chrome/browser/resources/flags.css
parent4735d2ba549d8b45afd4e9ba0bb1b9c5aea05627 (diff)
downloadchromium_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.css2
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;
}