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

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

Issue 15121002: Merge 199387 "Add window buttons (close and maximize) to the Fil..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1500/src/
Patch Set: Created 7 years, 7 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
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 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 url('../images/files/ui/breadcrumb-separator.png') 1x, 724 url('../images/files/ui/breadcrumb-separator.png') 1x,
725 url('../images/files/ui/2x/breadcrumb-separator.png') 2x); 725 url('../images/files/ui/2x/breadcrumb-separator.png') 2x);
726 background-position: center center; 726 background-position: center center;
727 background-repeat: no-repeat; 727 background-repeat: no-repeat;
728 height: 10px; 728 height: 10px;
729 overflow: hidden; 729 overflow: hidden;
730 width: 25px; 730 width: 25px;
731 } 731 }
732 732
733 body[new-ui] .dialog-header .buttonbar button { 733 body[new-ui] .dialog-header .buttonbar button {
734 -webkit-margin-start: 0;
734 background-image: none; 735 background-image: none;
735 background-position: center; 736 background-position: center;
736 background-repeat: no-repeat; 737 background-repeat: no-repeat;
737 min-width: 29px; 738 min-width: 29px;
738 padding: 0; 739 padding: 0;
739 width: 29px; 740 width: 29px;
740 } 741 }
741 742
742 body[new-ui] .dialog-header button:not(:hover):not(focus) { 743 body[new-ui] .dialog-header button:not(:hover):not(focus) {
743 background-color: transparent; 744 background-color: transparent;
(...skipping 1455 matching lines...) Expand 10 before | Expand all | Expand 10 after
2199 background-image: -webkit-image-set( 2200 background-image: -webkit-image-set(
2200 url('../images/files/ui/new-ui/button_mosaic_view.png') 1x, 2201 url('../images/files/ui/new-ui/button_mosaic_view.png') 1x,
2201 url('../images/files/ui/new-ui/2x/button_mosaic_view.png') 2x); 2202 url('../images/files/ui/new-ui/2x/button_mosaic_view.png') 2x);
2202 } 2203 }
2203 2204
2204 body[new-ui] #iframe-drag-area { 2205 body[new-ui] #iframe-drag-area {
2205 -webkit-app-region: drag; 2206 -webkit-app-region: drag;
2206 height: 45px; 2207 height: 45px;
2207 left: 64px; 2208 left: 64px;
2208 position: absolute; 2209 position: absolute;
2209 right: 0; 2210 right: 70px;
2210 top: 0; 2211 top: 0;
2212 width: auto;
2211 z-index: 101; 2213 z-index: 101;
2212 } 2214 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/css/common.css ('k') | chrome/browser/resources/file_manager/css/gallery.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698