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

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

Issue 16168003: Fix vertical alignment in the Files.app's list. (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 1716 matching lines...) Expand 10 before | Expand all | Expand 10 after
1727 border-left-width: 0; 1727 border-left-width: 0;
1728 border-right-width: 0; 1728 border-right-width: 0;
1729 height: 39px; 1729 height: 39px;
1730 padding-bottom: 1px; 1730 padding-bottom: 1px;
1731 padding-top: 1px; 1731 padding-top: 1px;
1732 } 1732 }
1733 1733
1734 body[new-ui] #list-container li.table-row { 1734 body[new-ui] #list-container li.table-row {
1735 border-style: none; 1735 border-style: none;
1736 height: 29px; 1736 height: 29px;
1737 line-height: 29px;
1737 margin: 0; 1738 margin: 0;
1738 padding-bottom: 0; 1739 padding-bottom: 0;
1739 padding-top: 0; 1740 padding-top: 0;
1740 } 1741 }
1741 1742
1742 body[new-ui] #default-actions-list li { 1743 body[new-ui] #default-actions-list li {
1743 border-style: none; 1744 border-style: none;
1744 } 1745 }
1745 1746
1746 /* The icon in the name column. See file_types.css for specific icons. */ 1747 /* The icon in the name column. See file_types.css for specific icons. */
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
2405 body[new-ui] #iframe-drag-area { 2406 body[new-ui] #iframe-drag-area {
2406 -webkit-app-region: drag; 2407 -webkit-app-region: drag;
2407 height: 45px; 2408 height: 45px;
2408 left: 64px; 2409 left: 64px;
2409 position: absolute; 2410 position: absolute;
2410 right: 70px; 2411 right: 70px;
2411 top: 0; 2412 top: 0;
2412 width: auto; 2413 width: auto;
2413 z-index: 101; 2414 z-index: 101;
2414 } 2415 }
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