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

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

Issue 15737030: Files.app: Removed the column divider at the next to the checkbox. (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 | 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 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after
1605 url('../images/files/ui/new-ui/vertical_separator.png') 1x, 1605 url('../images/files/ui/new-ui/vertical_separator.png') 1x,
1606 url('../images/files/ui/new-ui/2x/vertical_separator.png') 2x); 1606 url('../images/files/ui/new-ui/2x/vertical_separator.png') 2x);
1607 background-position: center; 1607 background-position: center;
1608 background-repeat: repeat-y; 1608 background-repeat: repeat-y;
1609 border: none; 1609 border: none;
1610 height: 20px; 1610 height: 20px;
1611 top: 10px; 1611 top: 10px;
1612 width: 5px; 1612 width: 5px;
1613 } 1613 }
1614 1614
1615 body[new-ui] .table-header-splitter:last-child {
1616 display: none;
1617 }
1618
1615 /* Container for a table header. */ 1619 /* Container for a table header. */
1616 .table-header { 1620 .table-header {
1617 background-color: #f5f5f5; 1621 background-color: #f5f5f5;
1618 border-bottom: 1px #d2d2d2 solid; 1622 border-bottom: 1px #d2d2d2 solid;
1619 box-sizing: border-box; 1623 box-sizing: border-box;
1620 height: 27px; 1624 height: 27px;
1621 } 1625 }
1622 1626
1623 body[new-ui] .table-header { 1627 body[new-ui] .table-header {
1624 background-color: transparent; 1628 background-color: transparent;
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
2425 body[new-ui] #iframe-drag-area { 2429 body[new-ui] #iframe-drag-area {
2426 -webkit-app-region: drag; 2430 -webkit-app-region: drag;
2427 height: 45px; 2431 height: 45px;
2428 left: 64px; 2432 left: 64px;
2429 position: absolute; 2433 position: absolute;
2430 right: 70px; 2434 right: 70px;
2431 top: 0; 2435 top: 0;
2432 width: auto; 2436 width: auto;
2433 z-index: 101; 2437 z-index: 101;
2434 } 2438 }
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