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

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

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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
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 */
5 4
6 /* Outer frame of the dialog. */ 5 /* Outer frame of the dialog. */
7 body { 6 body {
8 -webkit-box-flex: 1; 7 -webkit-box-flex: 1;
9 -webkit-box-orient: vertical; 8 -webkit-box-orient: vertical;
10 -webkit-transition: opacity 70ms linear; 9 -webkit-transition: opacity 70ms linear;
11 -webkit-user-select: none; 10 -webkit-user-select: none;
12 display: -webkit-box; 11 display: -webkit-box;
13 height: 100%; 12 height: 100%;
14 margin: 0; 13 margin: 0;
(...skipping 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after
1218 background-position: 0 center; 1217 background-position: 0 center;
1219 background-repeat: no-repeat; 1218 background-repeat: no-repeat;
1220 } 1219 }
1221 1220
1222 .unmounted-panel:not([loading]) > .gdata.loading, 1221 .unmounted-panel:not([loading]) > .gdata.loading,
1223 .unmounted-panel:not([error]) > .gdata.error, 1222 .unmounted-panel:not([error]) > .gdata.error,
1224 .unmounted-panel:not([retry]) > .gdata.retry, 1223 .unmounted-panel:not([retry]) > .gdata.retry,
1225 .unmounted-panel:not([retry]) > .gdata.learn-more { 1224 .unmounted-panel:not([retry]) > .gdata.learn-more {
1226 display: none; 1225 display: none;
1227 } 1226 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/css/common.css ('k') | chrome/browser/resources/file_manager/css/gallery.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698