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

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

Issue 16089002: Files.app: Fixed the padding of name column header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed a selector. 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 2206 matching lines...) Expand 10 before | Expand all | Expand 10 after
2217 } 2217 }
2218 2218
2219 #list-container .table-header-cell:hover { 2219 #list-container .table-header-cell:hover {
2220 background-color: #ececec; 2220 background-color: #ececec;
2221 } 2221 }
2222 2222
2223 body[new-ui] #list-container .table-header-cell:hover { 2223 body[new-ui] #list-container .table-header-cell:hover {
2224 background-color: inherit; 2224 background-color: inherit;
2225 } 2225 }
2226 2226
2227 body[new-ui] #list-container .table-header-cell:first-child {
2228 -webkit-box-sizing: border-box;
2229 -webkit-padding-start: 8px;
2230 }
2231
2227 button:focus { 2232 button:focus {
2228 outline-color: rgb(77, 144, 254); 2233 outline-color: rgb(77, 144, 254);
2229 } 2234 }
2230 2235
2231 #new-folder { 2236 #new-folder {
2232 margin-right: 30px; 2237 margin-right: 30px;
2233 } 2238 }
2234 2239
2235 #default-action-dialog { 2240 #default-action-dialog {
2236 min-width: 300px; 2241 min-width: 300px;
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
2363 body[new-ui] #iframe-drag-area { 2368 body[new-ui] #iframe-drag-area {
2364 -webkit-app-region: drag; 2369 -webkit-app-region: drag;
2365 height: 45px; 2370 height: 45px;
2366 left: 64px; 2371 left: 64px;
2367 position: absolute; 2372 position: absolute;
2368 right: 70px; 2373 right: 70px;
2369 top: 0; 2374 top: 0;
2370 width: auto; 2375 width: auto;
2371 z-index: 101; 2376 z-index: 101;
2372 } 2377 }
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