Commit 1a80b85a authored by benwells@chromium.org's avatar benwells@chromium.org

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
parent 4735d2ba
...@@ -32,7 +32,7 @@ div#header { ...@@ -32,7 +32,7 @@ div#header {
background: url('../../app/theme/flags_section.png') 0px 20px no-repeat; background: url('../../app/theme/flags_section.png') 0px 20px no-repeat;
display: inline; display: inline;
margin: 0; margin: 0;
padding-bottom: 43px; padding-bottom: 20px;
-webkit-padding-start: 75px; -webkit-padding-start: 75px;
padding-top: 40px; padding-top: 40px;
} }
......
...@@ -30,7 +30,7 @@ div#header { ...@@ -30,7 +30,7 @@ div#header {
background: url('../../app/theme/extensions_section.png') 0px 20px no-repeat; background: url('../../app/theme/extensions_section.png') 0px 20px no-repeat;
display: inline; display: inline;
margin: 0; margin: 0;
padding-bottom: 43px; padding-bottom: 20px;
padding-left: 75px; padding-left: 75px;
padding-top: 40px; padding-top: 40px;
} }
...@@ -251,4 +251,4 @@ body.showTmiMode .showInTmiMode { ...@@ -251,4 +251,4 @@ body.showTmiMode .showInTmiMode {
button { button {
font-size: 104%; font-size: 104%;
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment