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

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

Issue 12316118: Enabled Mosaic view on each volume. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 9 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 .photo-import { 5 .photo-import {
6 -webkit-user-select: none; 6 -webkit-user-select: none;
7 bottom: 0; 7 bottom: 0;
8 font-family: Noto Sans UI, Droid Sans Fallback, sans-serif; 8 font-family: Noto Sans UI, Droid Sans Fallback, sans-serif;
9 font-size: 84%; 9 font-size: 84%;
10 left: 0; 10 left: 0;
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 -webkit-animation: fadeIn ease-in 1; 155 -webkit-animation: fadeIn ease-in 1;
156 -webkit-animation-duration: 100ms; 156 -webkit-animation-duration: 100ms;
157 -webkit-animation-fill-mode: forwards; 157 -webkit-animation-fill-mode: forwards;
158 } 158 }
159 159
160 @-webkit-keyframes fadeIn { 160 @-webkit-keyframes fadeIn {
161 from { 161 from {
162 opacity: 0; 162 opacity: 0;
163 } 163 }
164 to { 164 to {
165 opacity :1; 165 opacity: 1;
166 } 166 }
167 } 167 }
168 168
169 .grid-item[lead] { 169 .grid-item[lead] {
170 border: 2px solid transparent !important; 170 border: 2px solid transparent !important;
171 } 171 }
172 172
173 .grid-item[selected], 173 .grid-item[selected],
174 .grid-item[lead][selected], 174 .grid-item[lead][selected],
175 .grid-item:hover { 175 .grid-item:hover {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 font-size: 90%; 235 font-size: 90%;
236 min-height: 26px; 236 min-height: 26px;
237 min-width: 87px; 237 min-width: 87px;
238 position: absolute; 238 position: absolute;
239 right: 10px; 239 right: 10px;
240 } 240 }
241 241
242 .importing-dialog .progress-bar { 242 .importing-dialog .progress-bar {
243 -webkit-box-flex: 1; 243 -webkit-box-flex: 1;
244 } 244 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/css/gallery.css ('k') | chrome/browser/resources/file_manager/js/file_tasks.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698