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

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: Remove hover rules and add comments. 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
« no previous file with comments | « chrome/browser/resources/file_manager/images/icon_thumb_view_on.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..b9f3952609c0beed96e4e1c09fcb98706ecbbf35 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -1,6 +1,6 @@
<!DOCTYPE HTML>
<!--
- -- Copyright (c) 2011 The Chromium Authors. All rights reserved.
+ -- Copyright (c) 2012 The Chromium Authors. All rights reserved.
-- Use of this source code is governed by a BSD-style license that can be
-- found in the LICENSE file.
-->
@@ -142,10 +142,9 @@
<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>
+ <!-- The outter div is a hack to remove margin between buttons. -->
+ <div><button class="detail-view" tabindex="4" disabled></button></div>
+ <div><button class="thumbnail-view" tabindex="5"></button></div>
</div>
<div class=dialog-body>
<div class=filelist-panel>
« no previous file with comments | « chrome/browser/resources/file_manager/images/icon_thumb_view_on.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698