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

Side by Side Diff: chrome/browser/resources/file_manager/css/file_manager.css

Issue 15674006: Move the file type box to right in the save as dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/main_new_ui.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 html { 5 html {
6 height: 100%; 6 height: 100%;
7 } 7 }
8 8
9 html.col-resize * { 9 html.col-resize * {
10 cursor: col-resize !important; 10 cursor: col-resize !important;
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 .dialog-footer[progress] #file-type { 630 .dialog-footer[progress] #file-type {
631 display: none; 631 display: none;
632 } 632 }
633 633
634 .dialog-footer .progress-bar { 634 .dialog-footer .progress-bar {
635 -webkit-box-flex: 1; 635 -webkit-box-flex: 1;
636 -webkit-margin-end: 20px; 636 -webkit-margin-end: 20px;
637 -webkit-margin-start: 20px; 637 -webkit-margin-start: 20px;
638 } 638 }
639 639
640 #file-type { 640 body:not([new-ui]) #file-type {
641 -webkit-margin-end: 10px; 641 -webkit-margin-end: 10px;
642 } 642 }
643 643
644 /* The container for breadcrumb elements. */ 644 /* The container for breadcrumb elements. */
645 .breadcrumbs { 645 .breadcrumbs {
646 -webkit-box-align: center; 646 -webkit-box-align: center;
647 -webkit-box-flex: 1; 647 -webkit-box-flex: 1;
648 -webkit-box-orient: horizontal; 648 -webkit-box-orient: horizontal;
649 display: -webkit-box; 649 display: -webkit-box;
650 line-height: 20px; 650 line-height: 20px;
(...skipping 1754 matching lines...) Expand 10 before | Expand all | Expand 10 after
2405 body[new-ui] #iframe-drag-area { 2405 body[new-ui] #iframe-drag-area {
2406 -webkit-app-region: drag; 2406 -webkit-app-region: drag;
2407 height: 45px; 2407 height: 45px;
2408 left: 64px; 2408 left: 64px;
2409 position: absolute; 2409 position: absolute;
2410 right: 70px; 2410 right: 70px;
2411 top: 0; 2411 top: 0;
2412 width: auto; 2412 width: auto;
2413 z-index: 101; 2413 z-index: 101;
2414 } 2414 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/main_new_ui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698