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

Unified Diff: chrome/browser/resources/print_preview/search/destination_list_item.html

Issue 158983004: Change destination item layout to accomodate longer destination names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « chrome/browser/resources/print_preview/search/destination_list_item.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/search/destination_list_item.html
diff --git a/chrome/browser/resources/print_preview/search/destination_list_item.html b/chrome/browser/resources/print_preview/search/destination_list_item.html
index d83a4c944d59cb7ad3a7d6be8871ec3de74d5bd7..1c83492b506a1b98b701d5ed9d4de0e9fe040bac 100644
--- a/chrome/browser/resources/print_preview/search/destination_list_item.html
+++ b/chrome/browser/resources/print_preview/search/destination_list_item.html
@@ -1,10 +1,12 @@
<li id="destination-list-item-template" class="destination-list-item" hidden>
- <img class="destination-list-item-icon">
- <span class="destination-list-item-name"></span>
- <span class="offline-status" hidden></span>
- <span class="register-promo" hidden>
- <button i18n-content="registerPromoButtonText"
- class="register-promo-button">
- </button>
+ <span class="destination-list-item-content">
+ <img class="destination-list-item-icon">
+ <span class="destination-list-item-name"></span>
+ <span class="offline-status" hidden></span>
+ <span class="register-promo" hidden>
+ <button i18n-content="registerPromoButtonText"
+ class="register-promo-button">
+ </button>
+ </span>
</span>
</li>
« no previous file with comments | « chrome/browser/resources/print_preview/search/destination_list_item.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698