Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Unified Diff: chrome/browser/resources/print_preview/print_preview.css

Issue 7348010: Added Header and Footer support using Skia (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebased and moved PrintHeaderAndFooter to private member function. Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/print_preview/print_preview.css
diff --git a/chrome/browser/resources/print_preview/print_preview.css b/chrome/browser/resources/print_preview/print_preview.css
index 3a1ce40c5e03809b431bd190a1abcfa28b96e913..d0993a83cd6dcbf37342d858452ade4a1d5ba8b3 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -346,6 +346,14 @@ html[os=mac] input[type='checkbox']:checked::before {
top: 2px;
}
+html[os=mac] hr[id='options-horizontal-separator'] {
dpapad 2011/07/28 20:26:00 Instead of hr[id='options-horizontal-separator'],
Aayush Kumar 2011/07/29 00:21:46 Done.
+ display: none;
+}
+
+html[os=mac] div[id='options-option'] {
dpapad 2011/07/28 20:26:00 Same here.
Aayush Kumar 2011/07/29 00:21:46 Done.
+ display: none;
+}
+
input[type='radio'] {
-webkit-box-shadow: inset 0 1px 2px white,
0 1px 2px rgba(0, 0, 0, .2);

Powered by Google App Engine
This is Rietveld 408576698