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

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

Issue 14726003: CrOS Files.app: Prevent the middle panel from disappearing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | no next file » | 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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 body[new-ui] .dialog-body { 575 body[new-ui] .dialog-body {
576 border-top: 1px solid rgb(225, 225, 225); 576 border-top: 1px solid rgb(225, 225, 225);
577 } 577 }
578 578
579 .main-panel { 579 .main-panel {
580 -webkit-box-flex: 1; 580 -webkit-box-flex: 1;
581 display: -webkit-box; 581 display: -webkit-box;
582 } 582 }
583 583
584 body[new-ui] .dialog-middlebar-contents { 584 body[new-ui] .dialog-middlebar-contents {
585 display: -webkit-box;
585 max-width: 50%; 586 max-width: 50%;
586 min-width: 45px; 587 min-width: 45px;
587 position: relative; 588 position: relative;
588 width: 180px; 589 width: 180px;
589 } 590 }
590 591
591 /* Container for the ok/cancel buttons. */ 592 /* Container for the ok/cancel buttons. */
592 .dialog-footer { 593 .dialog-footer {
593 -webkit-box-align: center; 594 -webkit-box-align: center;
594 -webkit-box-orient: horizontal; 595 -webkit-box-orient: horizontal;
(...skipping 1608 matching lines...) Expand 10 before | Expand all | Expand 10 after
2203 2204
2204 body[new-ui] #iframe-drag-area { 2205 body[new-ui] #iframe-drag-area {
2205 -webkit-app-region: drag; 2206 -webkit-app-region: drag;
2206 height: 45px; 2207 height: 45px;
2207 left: 64px; 2208 left: 64px;
2208 position: absolute; 2209 position: absolute;
2209 right: 0; 2210 right: 0;
2210 top: 0; 2211 top: 0;
2211 z-index: 101; 2212 z-index: 101;
2212 } 2213 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698