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

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

Issue 927943006: print_preview: remove padding above button strip on destinations dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/search/destination_search.css
diff --git a/chrome/browser/resources/print_preview/search/destination_search.css b/chrome/browser/resources/print_preview/search/destination_search.css
index d3a95daabc52af4b4476eea3ca9c8e2675a31324..ea76b84d8da3036c8c27197ec647b2bedbfb77a6 100644
--- a/chrome/browser/resources/print_preview/search/destination_search.css
+++ b/chrome/browser/resources/print_preview/search/destination_search.css
@@ -64,6 +64,10 @@
padding: 0 14px 18px;
}
+#destination-search .lists > :last-child {
+ padding-bottom: 0;
+}
+
#destination-search .invitation-container {
-webkit-animation: invitation-fadein 500ms;
-webkit-box-align: center;

Powered by Google App Engine
This is Rietveld 408576698