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

Side by Side Diff: ui/file_manager/gallery/css/gallery.css

Issue 246983002: Move Gallery.app files to ui/file_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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
« no previous file with comments | « ui/file_manager/file_manager_resources.grd ('k') | ui/file_manager/gallery/gallery.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2014 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2014 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 body { 5 body {
6 -webkit-user-select: none; 6 -webkit-user-select: none;
7 font-family: Open Sans, Droid Sans Fallback, sans-serif; 7 font-family: Open Sans, Droid Sans Fallback, sans-serif;
8 font-size: 84%; 8 font-size: 84%;
9 margin: 0; 9 margin: 0;
10 } 10 }
(...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after
1372 url('chrome://resources/images/2x/apps/topbar_button_maximize.png') 2x) 1372 url('chrome://resources/images/2x/apps/topbar_button_maximize.png') 2x)
1373 center; 1373 center;
1374 } 1374 }
1375 1375
1376 .gallery > .header > .close-button { 1376 .gallery > .header > .close-button {
1377 background: -webkit-image-set( 1377 background: -webkit-image-set(
1378 url('chrome://resources/images/apps/topbar_button_close.png') 1x, 1378 url('chrome://resources/images/apps/topbar_button_close.png') 1x,
1379 url('chrome://resources/images/2x/apps/topbar_button_close.png') 2x) 1379 url('chrome://resources/images/2x/apps/topbar_button_close.png') 2x)
1380 center; 1380 center;
1381 } 1381 }
OLDNEW
« no previous file with comments | « ui/file_manager/file_manager_resources.grd ('k') | ui/file_manager/gallery/gallery.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698