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

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

Issue 16194012: Files.app: Update CSS to align 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 1733 matching lines...) Expand 10 before | Expand all | Expand 10 after
1744 url('../images/files/ui/new-ui/select_checkbox.png') 1x, 1744 url('../images/files/ui/new-ui/select_checkbox.png') 1x,
1745 url('../images/files/ui/new-ui/2x/select_checkbox.png') 2x); 1745 url('../images/files/ui/new-ui/2x/select_checkbox.png') 2x);
1746 background-position: center; 1746 background-position: center;
1747 background-repeat: no-repeat; 1747 background-repeat: no-repeat;
1748 border-style: none; 1748 border-style: none;
1749 height: 15px; 1749 height: 15px;
1750 opacity: 1.0; 1750 opacity: 1.0;
1751 width: 15px; 1751 width: 15px;
1752 } 1752 }
1753 1753
1754 body[new-ui] #list-container li.table-row .file-checkbox {
1755 vertical-align: top;
1756 }
1757
1754 body[new-ui] #list-container .table-header #select-all-checkbox::after, 1758 body[new-ui] #list-container .table-header #select-all-checkbox::after,
1755 body[new-ui] #list-container li.table-row .file-checkbox::after { 1759 body[new-ui] #list-container li.table-row .file-checkbox::after {
1756 content: none; 1760 content: none;
1757 } 1761 }
1758 1762
1759 body[new-ui] #list-container .table-header #select-all-checkbox:checked, 1763 body[new-ui] #list-container .table-header #select-all-checkbox:checked,
1760 body[new-ui] #list-container li.table-row .file-checkbox:checked { 1764 body[new-ui] #list-container li.table-row .file-checkbox:checked {
1761 background-image: -webkit-image-set( 1765 background-image: -webkit-image-set(
1762 url('../images/files/ui/new-ui/select_checkbox_checked.png') 1x, 1766 url('../images/files/ui/new-ui/select_checkbox_checked.png') 1x,
1763 url('../images/files/ui/new-ui/2x/select_checkbox_checked.png') 2x); 1767 url('../images/files/ui/new-ui/2x/select_checkbox_checked.png') 2x);
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
2457 body[new-ui] #iframe-drag-area { 2461 body[new-ui] #iframe-drag-area {
2458 -webkit-app-region: drag; 2462 -webkit-app-region: drag;
2459 height: 45px; 2463 height: 45px;
2460 left: 64px; 2464 left: 64px;
2461 position: absolute; 2465 position: absolute;
2462 right: 70px; 2466 right: 70px;
2463 top: 0; 2467 top: 0;
2464 width: auto; 2468 width: auto;
2465 z-index: 101; 2469 z-index: 101;
2466 } 2470 }
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