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

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

Issue 10258011: [File Manager] Better Google Drive promo layout in Open/Save dialogs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/harness.html
diff --git a/chrome/browser/resources/file_manager/harness.html b/chrome/browser/resources/file_manager/harness.html
index 75606f1926a1802ea6bae823ac836ca529767463..e9ad56455de40a75f1493096af2df48604871b7d 100644
--- a/chrome/browser/resources/file_manager/harness.html
+++ b/chrome/browser/resources/file_manager/harness.html
@@ -13,8 +13,8 @@
#screen {
position: relative;
- width: 800px;
- height: 620px;
+ width: 1034px;
+ height: 680px;
background-image: -webkit-linear-gradient(top, #c6c6c6, #888);
}
@@ -23,9 +23,8 @@
position: absolute;
left: 40px;
top: 20px;
- width: 720px;
- height: 580px;
- border-radius: 4px;
+ width: 954px;
+ height: 640px;
border: none;
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
background-color: white;
@@ -59,9 +58,9 @@
<iframe id=dialog></iframe>
</div>
<div>
- <button onclick='harness.onClearClick(event)'>Reset Filesystem</button>
- | Add Files:
+ Add Files:
<input type='file' multiple onchange='harness.onFilesChange(event)'>
+ <button onclick='harness.onClearClick(event)'>Reset Filesystem</button>
</div>
<script>harness.init()</script>
« no previous file with comments | « chrome/browser/resources/file_manager/css/gdrive_welcome.css ('k') | chrome/browser/resources/file_manager/js/file_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698