/* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #destination-search { z-index: 3; } #destination-search.transparent { opacity: 0; overflow: hidden; pointer-events: none; } #destination-search .page { width: 640px; } #destination-search .user-info { -webkit-user-select: none; overflow: hidden; position: absolute; right: 40px; text-align: right; text-overflow: ellipsis; top: 14px; white-space: nowrap; width: 350px; } [dir='rtl'] #destination-search .user-info { left: 40px; right: auto; } #destination-search > .page > .close-button { top: 9px; } #destination-search .search-box { -webkit-user-select: none; margin: 14px; } #destination-search .lists { -webkit-box-flex: 1; overflow-y: auto; } #destination-search .lists > * { -webkit-user-select: none; padding: 0 14px 18px; } #destination-search .cloudprint-promo { -webkit-box-align: center; -webkit-user-select: none; background-color: rgb(249, 237, 190); display: -webkit-box; padding: 12px; } #destination-search .cloudprint-promo .sign-in.link-button { padding: inherit; } #destination-search .cloudprint-promo .icon { -webkit-margin-end: 12px; display: block; height: 24px; width: 24px; } #destination-search .cloudprint-promo .promo-text { -webkit-box-flex: 1; } #destination-search .cloudprint-promo .close-button { -webkit-margin-start: 12px; background-image: -webkit-image-set( url('chrome://theme/IDR_CLOSE_DIALOG') 1x, url('chrome://theme/IDR_CLOSE_DIALOG@2x') 2x); background-repeat: no-repeat; background-size: 14px; height: 14px; width: 14px; } #destination-search .cloudprint-promo .close-button:hover { background-image: -webkit-image-set( url('chrome://theme/IDR_CLOSE_DIALOG_H') 1x, url('chrome://theme/IDR_CLOSE_DIALOG_H@2x') 2x); } #destination-search .cloudprint-promo .close-button:active { background-image: -webkit-image-set( url('chrome://theme/IDR_CLOSE_DIALOG_P') 1x, url('chrome://theme/IDR_CLOSE_DIALOG_P@2x') 2x); }