| Index: chrome/browser/resources/print_preview/search/destination_list_item.css
|
| diff --git a/chrome/browser/resources/print_preview/search/destination_list_item.css b/chrome/browser/resources/print_preview/search/destination_list_item.css
|
| index 8f358a55d9dcad483fe5c7e21df238ecfc751940..02f1cf4f7784f34a5feba7cdd386c50bc1316125 100644
|
| --- a/chrome/browser/resources/print_preview/search/destination_list_item.css
|
| +++ b/chrome/browser/resources/print_preview/search/destination_list_item.css
|
| @@ -98,3 +98,16 @@
|
| margin: 0 3px;
|
| width: 24px;
|
| }
|
| +
|
| +.configuring-in-progress-text,
|
| +.configuring-failed-text {
|
| + -webkit-margin-start: 1em;
|
| + flex: 0 1 auto;
|
| + line-height: 24px;
|
| + vertical-align: middle;
|
| +}
|
| +
|
| +.configuring-failed-text {
|
| + color: red;
|
| + font-style: italic;
|
| +}
|
|
|