diff options
author | aayushkumar@chromium.org <aayushkumar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 20:21:28 +0000 |
---|---|---|
committer | aayushkumar@chromium.org <aayushkumar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 20:21:28 +0000 |
commit | 151b4f24d0746185e5254b251db88041aba257be (patch) | |
tree | 52aeccf1b9b1adcba2bf5bc9dc4936206dc01fe7 /chrome/browser | |
parent | 0b7ae67ae0d301bd909cc96e98eccbce97357bcd (diff) | |
download | chromium_src-151b4f24d0746185e5254b251db88041aba257be.zip chromium_src-151b4f24d0746185e5254b251db88041aba257be.tar.gz chromium_src-151b4f24d0746185e5254b251db88041aba257be.tar.bz2 |
Added Headers and Footers support for Core Graphics on Mac
BUG=67514
TEST=In the preview tab, note added options for printing headers and footers. Toggle with the checkbox and ensure that the correct headers and footers are displayed.
Review URL: http://codereview.chromium.org/7544006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/resources/print_preview/print_preview.css | 8 | ||||
-rw-r--r-- | chrome/browser/resources/print_preview/print_preview.html | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/chrome/browser/resources/print_preview/print_preview.css b/chrome/browser/resources/print_preview/print_preview.css index 61a9915..96a0776 100644 --- a/chrome/browser/resources/print_preview/print_preview.css +++ b/chrome/browser/resources/print_preview/print_preview.css @@ -346,14 +346,6 @@ html[os=mac] input[type='checkbox']:checked::before { top: 2px; } -html[os=mac] #options-horizontal-separator { - display: none; -} - -html[os=mac] #options-option { - display: none; -} - input[type='radio'] { -webkit-box-shadow: inset 0 1px 2px white, 0 1px 2px rgba(0, 0, 0, .2); diff --git a/chrome/browser/resources/print_preview/print_preview.html b/chrome/browser/resources/print_preview/print_preview.html index d29ebc5..eeb0d89 100644 --- a/chrome/browser/resources/print_preview/print_preview.html +++ b/chrome/browser/resources/print_preview/print_preview.html @@ -40,7 +40,7 @@ <include src="color_settings.html"></include> <hr> <include src="header_footer_settings.html"></include> - <hr id="options-horizontal-separator"> + <hr> <div id="system-dialog-div"> <button id="system-dialog-link" class="link-button" i18n-content="systemDialogOption"></button> |