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

Unified Diff: chrome/browser/resources/print_preview/settings/margin_settings.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/settings/margin_settings.css
diff --git a/chrome/browser/resources/local_ntp/most_visited_title.css b/chrome/browser/resources/print_preview/settings/margin_settings.css
similarity index 58%
copy from chrome/browser/resources/local_ntp/most_visited_title.css
copy to chrome/browser/resources/print_preview/settings/margin_settings.css
index cacc6e37bfec3af6550c57fbc53aca7eb4e04313..a691969044a0530801ee68343a7240e4e2e1f919 100644
--- a/chrome/browser/resources/local_ntp/most_visited_title.css
+++ b/chrome/browser/resources/print_preview/settings/margin_settings.css
@@ -1,13 +1,8 @@
/* Copyright 2013 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-body {
- width: 100%;
-}
-a {
- overflow: hidden;
- text-align: center;
- text-overflow: ellipsis;
- white-space: nowrap;
+#margin-settings .margin-settings-select {
+ height: 29px;
+ margin: 10px 0;
}

Powered by Google App Engine
This is Rietveld 408576698