Chromium Code Reviews| Index: chrome/browser/resources/file_manager/main.html |
| diff --git a/chrome/browser/resources/file_manager/main.html b/chrome/browser/resources/file_manager/main.html |
| index e22ce94e1fe477f4f5fbc1a677ffcb1744201c3f..153e5329e9aaf6498a50534621957a0b459e1a89 100644 |
| --- a/chrome/browser/resources/file_manager/main.html |
| +++ b/chrome/browser/resources/file_manager/main.html |
| @@ -142,10 +142,8 @@ |
| <div class=dialog-header> |
| <div class=open-sidebar><img src='images/open_sidebar.png'></div> |
| <div class=breadcrumbs></div> |
| - <button class=detail-view tabindex=4 |
| - ><img src='images/icon-detail-view.png'></button |
| - ><button class=thumbnail-view tabindex=5 |
| - ><img src='images/icon-thumb-view.png'></button> |
| + <div><button class=detail-view tabindex=4 disabled></button></div> |
|
flackr
2012/01/10 22:02:55
Get rid of the surrounding div if it is not being
bshe
2012/01/11 01:16:21
Sorry. I should add a comment here. The surroundin
|
| + <div><button class=thumbnail-view tabindex=5></button></div> |
|
flackr
2012/01/10 22:02:55
All of the styles in file_manager are wrong (I.e.
bshe
2012/01/11 01:16:21
Done. Tracked in chromium-os:24926
|
| </div> |
| <div class=dialog-body> |
| <div class=filelist-panel> |