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

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

Issue 14752026: Changes to print preview layout. (Closed) Base URL: http://git.chromium.org/chromium/src.git@constrained-printpreview
Patch Set: Rebase Created 7 years, 7 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_header.css
diff --git a/chrome/browser/resources/print_preview/print_header.css b/chrome/browser/resources/print_preview/print_header.css
index bd1b9348cf8aab76ef634af772fe2823916f0729..74cc78327df543c678ae1d44da9d72a02bba4b47 100644
--- a/chrome/browser/resources/print_preview/print_header.css
+++ b/chrome/browser/resources/print_preview/print_header.css
@@ -3,12 +3,11 @@
* found in the LICENSE file. */
#print-header {
- padding-bottom: 10px;
- padding-top: 10px;
+ padding-bottom: 20px;
+ padding-top: 6px;
}
#print-header .summary {
- color: rgb(83, 99, 125);
display: block;
- min-height: 30px;
+ min-height: 34px;
}

Powered by Google App Engine
This is Rietveld 408576698