| Index: chrome/browser/resources/print_preview/settings/destination_settings.css
|
| diff --git a/chrome/browser/resources/print_preview/settings/destination_settings.css b/chrome/browser/resources/print_preview/settings/destination_settings.css
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..802543b383512e5c51fd14ff5a065eed07b17209
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/print_preview/settings/destination_settings.css
|
| @@ -0,0 +1,35 @@
|
| +/* 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-settings-icon {
|
| + width: 32px;
|
| + height: 32px;
|
| + display: inline-block;
|
| + vertical-align: middle;
|
| + margin-right: 8px;
|
| + opacity: .4;
|
| +}
|
| +
|
| +.destination-settings-icon-local {
|
| + background-image: url(images/classic_printer_32.png);
|
| +}
|
| +
|
| +.destination-settings-icon-cloud {
|
| + background-image: url(images/cloud_printer_32.png);
|
| +}
|
| +
|
| +.destination-settings-icon-google-sponsored {
|
| + background-image: url(images/google_sponsored_printer_32.png);
|
| +}
|
| +
|
| +.destination-settings-info {
|
| + display: inline-block;
|
| + vertical-align: middle;
|
| +}
|
| +
|
| +.destination-settings-name {
|
| + font-size: 110%;
|
| + margin-bottom: 4px;
|
| +}
|
|
|