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

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

Issue 10837220: Fix the right margin for search breadcrumbs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | chrome/browser/resources/file_manager/js/file_manager.js » ('j') | 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 overflow: hidden; 367 overflow: hidden;
368 padding-top: 1px; 368 padding-top: 1px;
369 } 369 }
370 370
371 #dir-breadcrumbs { 371 #dir-breadcrumbs {
372 -webkit-margin-end: 5px; 372 -webkit-margin-end: 5px;
373 -webkit-margin-start: 10px; 373 -webkit-margin-start: 10px;
374 } 374 }
375 375
376 #search-breadcrumbs { 376 #search-breadcrumbs {
377 padding-left: 5px; 377 -webkit-margin-end: 5px;
378 padding-right: 5px; 378 -webkit-margin-start: 5px;
379 } 379 }
380 380
381 .breadcrumbs > [collapsed]:before { 381 .breadcrumbs > [collapsed]:before {
382 content: '...'; 382 content: '...';
383 } 383 }
384 384
385 .breadcrumbs > [collapsed] { 385 .breadcrumbs > [collapsed] {
386 width: 1em; 386 width: 1em;
387 } 387 }
388 388
(...skipping 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1522 height: 100%; 1522 height: 100%;
1523 } 1523 }
1524 1524
1525 #list-container .table-header-cell:hover { 1525 #list-container .table-header-cell:hover {
1526 background-color: #f2f2f2; 1526 background-color: #f2f2f2;
1527 } 1527 }
1528 1528
1529 button:focus { 1529 button:focus {
1530 outline-color: rgb(77, 144, 254); 1530 outline-color: rgb(77, 144, 254);
1531 } 1531 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/file_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698