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

Side by Side Diff: chrome/browser/resources/file_manager/css/action_choice.css

Issue 10916305: Move shared file type images into chrome://theme/ scheme (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android build Created 8 years, 3 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 .action-choice { 5 .action-choice {
6 -webkit-box-align: center; 6 -webkit-box-align: center;
7 -webkit-box-orient: vertical; 7 -webkit-box-orient: vertical;
8 -webkit-user-select: none; 8 -webkit-user-select: none;
9 background: white; 9 background: white;
10 bottom: 0; 10 bottom: 0;
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 margin: 20px 0; 83 margin: 20px 0;
84 } 84 }
85 85
86 .choices > div > * { 86 .choices > div > * {
87 display: block; 87 display: block;
88 margin: 0 3px; 88 margin: 0 3px;
89 } 89 }
90 90
91 .choices label[for=import-photos-to-drive] { 91 .choices label[for=import-photos-to-drive] {
92 /* TODO(dgozman): change to the right one */ 92 /* TODO(dgozman): change to the right one */
93 background: url(../images/files/file_types/gsheet.png) no-repeat; 93 background:
94 url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_GSHEET') no-repeat;
94 padding-left: 20px; 95 padding-left: 20px;
95 } 96 }
96 97
97 .choices label[for=view-files] { 98 .choices label[for=view-files] {
98 /* TODO(dgozman): change to the right one */ 99 /* TODO(dgozman): change to the right one */
99 background: url(../images/files/file_types/gdoc.png) no-repeat; 100 background:
101 url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_GDOC') no-repeat;
100 padding-left: 20px; 102 padding-left: 20px;
101 } 103 }
102 104
103 .footer { 105 .footer {
104 -webkit-box-orient: horizontal; 106 -webkit-box-orient: horizontal;
105 -webkit-box-pack: end; 107 -webkit-box-pack: end;
106 bottom: 10px; 108 bottom: 10px;
107 display: -webkit-box; 109 display: -webkit-box;
108 left: 10px; 110 left: 10px;
109 padding-bottom: 5px; 111 padding-bottom: 5px;
110 position: absolute; 112 position: absolute;
111 right: 10px; 113 right: 10px;
112 } 114 }
113 115
114 .footer button { 116 .footer button {
115 height: 24px; 117 height: 24px;
116 margin-left: 10px; 118 margin-left: 10px;
117 min-width: 80px; 119 min-width: 80px;
118 } 120 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/component_extension_resources.grd ('k') | chrome/browser/resources/file_manager/css/file_types.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698