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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/print_preview/search/destination_list_item.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <li id="destination-list-item-template" class="destination-list-item" hidden> 1 <li id="destination-list-item-template" class="destination-list-item" hidden>
2 <img class="destination-list-item-icon"> 2 <span class="destination-list-item-content">
3 <span class="destination-list-item-name"></span> 3 <img class="destination-list-item-icon">
4 <span class="offline-status" hidden></span> 4 <span class="destination-list-item-name"></span>
5 <span class="register-promo" hidden> 5 <span class="offline-status" hidden></span>
6 <button i18n-content="registerPromoButtonText" 6 <span class="register-promo" hidden>
7 class="register-promo-button"> 7 <button i18n-content="registerPromoButtonText"
8 </button> 8 class="register-promo-button">
9 </button>
10 </span>
9 </span> 11 </span>
10 </li> 12 </li>
OLDNEW
« 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