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

Unified Diff: ui/file_manager/file_manager/foreground/css/file_manager.css

Issue 1019833003: Show the details panel when file manager is first opened...on an import location. Adjust width and … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test coverage. Created 5 years, 9 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 | « no previous file | ui/file_manager/file_manager/foreground/js/import_controller.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index 2558289ae451b7b1cc98e971a557a56e27a6250d..8b51f4c5f22ef357eb98d0d87e40a6f0f4be3294 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -422,10 +422,10 @@ body.check-select #gear-button {
border-radius: 2px;
line-height: 1.5em;
position: absolute;
- right: 75px; /* Positioned in relation to the cloud-import toolbar button */
+ right: 13px; /* Positioned in relation to the cloud-import toolbar button */
top: 38px; /* Positioned just overlapping the top of the toolbar */
transition: all 0.2s ease;
- width: 250px;
+ width: 270px;
z-index: 5;
}
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/import_controller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698