X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fresources%2Fprint_preview%2Fsearch%2Fdestination_search.css;h=6b3943ed0865e94df9c75cd59771bc4eb3f074bc;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=f736b57f7d5bf213390419946003915facab11b3;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/resources/print_preview/search/destination_search.css b/src/chrome/browser/resources/print_preview/search/destination_search.css index f736b57..6b3943e 100644 --- a/src/chrome/browser/resources/print_preview/search/destination_search.css +++ b/src/chrome/browser/resources/print_preview/search/destination_search.css @@ -17,14 +17,11 @@ } #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; } @@ -33,6 +30,21 @@ 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; }