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

Unified Diff: chrome/browser/resources/print_preview/previewarea/preview_area.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
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/print_header.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/previewarea/preview_area.css
diff --git a/chrome/browser/resources/print_preview/previewarea/preview_area.css b/chrome/browser/resources/print_preview/previewarea/preview_area.css
index 9a9a129281e3b887428ce248e379c00aa4919b10..6cf97b63d1268fed96204233ca3a4dc69c130ba3 100644
--- a/chrome/browser/resources/print_preview/previewarea/preview_area.css
+++ b/chrome/browser/resources/print_preview/previewarea/preview_area.css
@@ -5,7 +5,7 @@
#preview-area.preview-area {
-webkit-box-flex: 1;
-webkit-user-select: none;
- background-color: #ccc;
+ background-color: #e6e6e6;
overflow: hidden;
position: relative;
}
@@ -41,7 +41,7 @@
* pluginFadeOutTransitionDuration = 350ms */
-webkit-transition-delay: 350ms;
-webkit-user-select: none;
- background: #ccc;
+ background: #e6e6e6;
height: 100%;
margin: 0;
opacity: 1;
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/print_header.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698