Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Side by Side Diff: chrome/browser/resources/print_preview/no_destinations_promo.css

Issue 11818044: Replace IDR_WEB_UI_CLOSE* with IDR_CLOSE_DIALOG*, cleanup, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 #no-destinations-promo { 5 #no-destinations-promo {
6 -webkit-user-select: none; 6 -webkit-user-select: none;
7 z-index: 2; 7 z-index: 2;
8 } 8 }
9 9
10 #no-destinations-promo .page { 10 #no-destinations-promo .page {
(...skipping 19 matching lines...) Expand all
30 float: right; 30 float: right;
31 } 31 }
32 32
33 #no-destinations-promo .text-content { 33 #no-destinations-promo .text-content {
34 -webkit-box-flex: 1; 34 -webkit-box-flex: 1;
35 font-size: 10pt; 35 font-size: 10pt;
36 margin-bottom: 18px; 36 margin-bottom: 18px;
37 } 37 }
38 38
39 #no-destinations-promo .close-button { 39 #no-destinations-promo .close-button {
40 background-image: url('chrome://theme/IDR_WEB_UI_CLOSE'); 40 background-image: url('chrome://theme/IDR_CLOSE_DIALOG');
41 background-position: center; 41 background-position: center;
42 background-repeat: no-repeat; 42 background-repeat: no-repeat;
43 height: 16px; 43 height: 16px;
44 right: 14px; 44 right: 14px;
45 top: 14px; 45 top: 14px;
46 width: 16px; 46 width: 16px;
47 } 47 }
48 48
49 #no-destinations-promo .close-button:hover { 49 #no-destinations-promo .close-button:hover {
50 background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_HOVER'); 50 background-image: url('chrome://theme/IDR_CLOSE_DIALOG_H');
51 } 51 }
52 52
53 #no-destinations-promo .close-button:active { 53 #no-destinations-promo .close-button:active {
54 background-image: url('chrome://theme/IDR_WEB_UI_CLOSE_PRESSED'); 54 background-image: url('chrome://theme/IDR_CLOSE_DIALOG_P');
55 } 55 }
56 56
57 #no-destinations-promo .action-button-container { 57 #no-destinations-promo .action-button-container {
58 text-align: right; 58 text-align: right;
59 } 59 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | chrome/browser/resources/print_preview/search/destination_search.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698