Index: chrome/browser/resources/file_manager/css/file_manager.css |
=================================================================== |
--- chrome/browser/resources/file_manager/css/file_manager.css (revision 138102) |
+++ chrome/browser/resources/file_manager/css/file_manager.css (working copy) |
@@ -1286,9 +1286,14 @@ |
#no-search-results { |
bottom: 0; |
+ display: none; |
left: 0; |
padding: 10px; |
position: absolute; |
right: 0; |
top: 28px; /* Leave room for the file list header. */ |
} |
+ |
+.dialog-container:not([gdrive-welcome='page']) #no-search-results[show='true'] { |
Vladislav Kaznacheev
2012/05/21 17:06:08
#no-search-results[show] is enough
Oleg Eterevsky
2012/05/21 17:06:52
Done.
|
+ display: block; |
+} |