Chromium Code Reviews| Index: chrome/browser/resources/file_manager/css/file_manager.css |
| =================================================================== |
| --- chrome/browser/resources/file_manager/css/file_manager.css (revision 137101) |
| +++ chrome/browser/resources/file_manager/css/file_manager.css (working copy) |
| @@ -1277,3 +1277,17 @@ |
| -webkit-animation-timing-function: linear; |
| opacity: 1; |
| } |
| + |
| +#no-search-results { |
| + bottom: 0; |
| + display: block; |
| + left: 0; |
| + padding: 10px; |
| + position: absolute; |
| + right: 0; |
| + top: 28px; /* Leave room for the file list header. */ |
| +} |
| + |
| +#no-search-results[hidden] { |
|
SeRya
2012/05/15 14:08:03
There is global [hidden] rule, you only need to du
Oleg Eterevsky
2012/05/15 14:16:51
Done.
|
| + display: none; |
| +} |