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

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

Issue 12208125: Remove extra space in open dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 293
294 /* Breadcrumbs and things under the title but above the list view. */ 294 /* Breadcrumbs and things under the title but above the list view. */
295 .dialog-header { 295 .dialog-header {
296 -webkit-box-align: center; 296 -webkit-box-align: center;
297 -webkit-box-orient: horizontal; 297 -webkit-box-orient: horizontal;
298 -webkit-transition: all 180ms ease; 298 -webkit-transition: all 180ms ease;
299 display: -webkit-box; 299 display: -webkit-box;
300 margin: 7px 7px 7px 0; 300 margin: 7px 7px 7px 0;
301 } 301 }
302 302
303 [maximized] .dialog-header { 303 body[maximized][type='full-page'] .dialog-header {
304 -webkit-padding-end: 70px; 304 -webkit-padding-end: 75px;
305 } 305 }
306 306
307 /* Container for the detail and thumbnail list views. */ 307 /* Container for the detail and thumbnail list views. */
308 .dialog-body { 308 .dialog-body {
309 -webkit-box-flex: 1; 309 -webkit-box-flex: 1;
310 -webkit-box-orient: vertical; 310 -webkit-box-orient: vertical;
311 -webkit-transition: all 180ms ease; 311 -webkit-transition: all 180ms ease;
312 border-top: 1px solid #d4d4d4; 312 border-top: 1px solid #d4d4d4;
313 display: -webkit-box; 313 display: -webkit-box;
314 overflow: hidden; 314 overflow: hidden;
(...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1455 opacity: 0.75; 1455 opacity: 0.75;
1456 position: absolute; 1456 position: absolute;
1457 right: 0; 1457 right: 0;
1458 top: 0; 1458 top: 0;
1459 } 1459 }
1460 1460
1461 #gear-button:hover::before { 1461 #gear-button:hover::before {
1462 opacity: 1; 1462 opacity: 1;
1463 } 1463 }
1464 1464
1465
1466 #gear-button { 1465 #gear-button {
1467 overflow: hidden; 1466 overflow: hidden;
1468 text-align: left; 1467 text-align: left;
1469 width: 54px; 1468 width: 54px;
1470 } 1469 }
1471 1470
1472 #gear-button span.disclosureindicator { 1471 #gear-button span.disclosureindicator {
1473 float: none; 1472 float: none;
1474 margin-left: 42px; 1473 margin-left: 42px;
1475 } 1474 }
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
1626 1625
1627 #default-action-dialog { 1626 #default-action-dialog {
1628 min-width: 300px; 1627 min-width: 300px;
1629 width: auto; 1628 width: auto;
1630 } 1629 }
1631 1630
1632 .drive-welcome-wrapper { 1631 .drive-welcome-wrapper {
1633 /* drive_welcome.css will override it once loaded. */ 1632 /* drive_welcome.css will override it once loaded. */
1634 display: none; 1633 display: none;
1635 } 1634 }
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