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

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

Issue 14759019: Add window buttons (close and maximize) to the Files.app's new UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased 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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 url('../images/files/ui/breadcrumb-separator.png') 1x, 723 url('../images/files/ui/breadcrumb-separator.png') 1x,
724 url('../images/files/ui/2x/breadcrumb-separator.png') 2x); 724 url('../images/files/ui/2x/breadcrumb-separator.png') 2x);
725 background-position: center center; 725 background-position: center center;
726 background-repeat: no-repeat; 726 background-repeat: no-repeat;
727 height: 10px; 727 height: 10px;
728 overflow: hidden; 728 overflow: hidden;
729 width: 25px; 729 width: 25px;
730 } 730 }
731 731
732 body[new-ui] .dialog-header .buttonbar button { 732 body[new-ui] .dialog-header .buttonbar button {
733 -webkit-margin-start: 0;
733 background-image: none; 734 background-image: none;
734 background-position: center; 735 background-position: center;
735 background-repeat: no-repeat; 736 background-repeat: no-repeat;
736 min-width: 29px; 737 min-width: 29px;
737 padding: 0; 738 padding: 0;
738 width: 29px; 739 width: 29px;
739 } 740 }
740 741
741 body[new-ui] .dialog-header button:not(:hover):not(focus) { 742 body[new-ui] .dialog-header button:not(:hover):not(focus) {
742 background-color: transparent; 743 background-color: transparent;
(...skipping 1456 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