Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / print_preview / search / destination_list_item.html
index d83a4c9..1c83492 100644 (file)
@@ -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>