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

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

Issue 15891004: Files.app: Updated CSS to remove white border lines from the default action 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 | 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 1694 matching lines...) Expand 10 before | Expand all | Expand 10 after
1705 border-right-width: 0; 1705 border-right-width: 0;
1706 height: 39px; 1706 height: 39px;
1707 padding-bottom: 1px; 1707 padding-bottom: 1px;
1708 padding-top: 1px; 1708 padding-top: 1px;
1709 } 1709 }
1710 1710
1711 body[new-ui] #list-container li.table-row { 1711 body[new-ui] #list-container li.table-row {
1712 height: 30px; 1712 height: 30px;
1713 } 1713 }
1714 1714
1715 body[new-ui] #default-actions-list li {
1716 border-style: none;
1717 }
1718
1715 /* The icon in the name column. See file_types.css for specific icons. */ 1719 /* The icon in the name column. See file_types.css for specific icons. */
1716 .detail-icon { 1720 .detail-icon {
1717 height: 24px; 1721 height: 24px;
1718 width: 24px; 1722 width: 24px;
1719 } 1723 }
1720 1724
1721 .metadata-item { 1725 .metadata-item {
1722 -webkit-box-flex: 1; 1726 -webkit-box-flex: 1;
1723 -webkit-box-orient: horizontal; 1727 -webkit-box-orient: horizontal;
1724 -webkit-padding-start: 8px; 1728 -webkit-padding-start: 8px;
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
2363 body[new-ui] #iframe-drag-area { 2367 body[new-ui] #iframe-drag-area {
2364 -webkit-app-region: drag; 2368 -webkit-app-region: drag;
2365 height: 45px; 2369 height: 45px;
2366 left: 64px; 2370 left: 64px;
2367 position: absolute; 2371 position: absolute;
2368 right: 70px; 2372 right: 70px;
2369 top: 0; 2373 top: 0;
2370 width: auto; 2374 width: auto;
2371 z-index: 101; 2375 z-index: 101;
2372 } 2376 }
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