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

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

Issue 10332207: Merge 137377 - Show the message 'No files match "abc"' if the search results are empty. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1132/src/
Patch Set: Created 8 years, 7 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 | « no previous file | chrome/browser/resources/file_manager/js/file_manager.js » ('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) 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 html.col-resize * { 5 html.col-resize * {
6 cursor: col-resize !important; 6 cursor: col-resize !important;
7 } 7 }
8 8
9 /* Outer frame of the dialog. */ 9 /* Outer frame of the dialog. */
10 body { 10 body {
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 border-right-width: 0; 1199 border-right-width: 0;
1200 margin: 0; 1200 margin: 0;
1201 min-width: 0; 1201 min-width: 0;
1202 padding: 0; 1202 padding: 0;
1203 width: 0; 1203 width: 0;
1204 } 1204 }
1205 1205
1206 .dialog-container:not([gdata]) #gdata-settings > * { 1206 .dialog-container:not([gdata]) #gdata-settings > * {
1207 display: none; 1207 display: none;
1208 } 1208 }
1209
1210 #no-search-results {
1211 bottom: 0;
1212 left: 0;
1213 padding: 10px;
1214 position: absolute;
1215 right: 0;
1216 top: 28px; /* Leave room for the file list header. */
1217 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/file_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698