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

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

Issue 2795953002: Change the selectors position in Save as dialog and make it focusable. (Closed)
Patch Set: Fix -webkit property ordering. Created 3 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
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/ui/location_line.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 4f6b8285cc0a2040624090e21f1f07deaf1087df..bc8483a0c9c97517e7c228d3c0ed751dbe37e420 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -799,6 +799,7 @@ html[dir='rtl'] #search-box .clear {
.dialog-footer select {
-webkit-appearance: none;
+ -webkit-margin-start: 16px;
background: -webkit-image-set(
url(../images/common/disclosure_arrow_dk_grey_down.png) 1x,
url(../images/common/2x/disclosure_arrow_dk_grey_down.png) 2x) no-repeat
@@ -808,7 +809,6 @@ html[dir='rtl'] #search-box .clear {
border-radius: 0;
color: rgb(51, 51, 51);
cursor: pointer;
- margin: 0 32px 0 36px;
outline: none;
padding: 0 12px 0 0;
}
@@ -1639,6 +1639,7 @@ body.check-select #list-container list li[selected] .detail-thumbnail
#filename-input-box {
-webkit-margin-start: 30px;
+ -webkit-margin-end: 30px;
align-items: center;
display: flex;
flex: auto;
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/ui/location_line.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698