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

Unified Diff: chrome/browser/resources/file_manager/main.html

Issue 9114040: Update thumbnail/list view buttons. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: "Add asset files." Created 8 years, 11 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698