Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / print_preview / search / destination_search.css
index f736b57..6b3943e 100644 (file)
 }
 
 #destination-search .user-info {
-  -webkit-user-select: none;
-  overflow: hidden;
+  display: flex;
   position: absolute;
   right: 40px;
   text-align: right;
-  text-overflow: ellipsis;
   top: 14px;
-  white-space: nowrap;
   width: 350px;
 }
 
   right: auto;
 }
 
+#destination-search .account-select-label {
+  -webkit-user-select: none;
+  flex: 1;
+  height: 2em;
+  line-height: 2em;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+
+#destination-search .account-select {
+  flex: 1;
+  margin-left: 8px;
+}
+
 #destination-search > .page > .close-button {
   top: 9px;
 }