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

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

Issue 10912061: Revert r154623 - "Adds clouds.png in shared location." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/css/gdrive_welcome.css » ('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 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 608
609 .downloads-warning[hidden] { 609 .downloads-warning[hidden] {
610 height: 0; 610 height: 0;
611 } 611 }
612 612
613 /* Drive space warning banner. */ 613 /* Drive space warning banner. */
614 .gdrive-space-warning { 614 .gdrive-space-warning {
615 -webkit-box-align: center; 615 -webkit-box-align: center;
616 -webkit-box-orient: horizontal; 616 -webkit-box-orient: horizontal;
617 -webkit-transition: height 70ms linear; 617 -webkit-transition: height 70ms linear;
618 background-image: url(chrome://resources/images/clouds.png); 618 background-image: url('../images/files/ui/clouds.png');
619 background-repeat: repeat-x; 619 background-repeat: repeat-x;
620 background-size: 150px 44px; 620 background-size: 150px 44px;
621 border-top: 1px solid rgba(0, 0, 0, 0.1); 621 border-top: 1px solid rgba(0, 0, 0, 0.1);
622 color: #333; 622 color: #333;
623 display: -webkit-box; 623 display: -webkit-box;
624 font-size: 13px; 624 font-size: 13px;
625 height: 44px; 625 height: 44px;
626 overflow: hidden; 626 overflow: hidden;
627 position: relative; 627 position: relative;
628 } 628 }
(...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
1535 background-color: #ececec; 1535 background-color: #ececec;
1536 } 1536 }
1537 1537
1538 button:focus { 1538 button:focus {
1539 outline-color: rgb(77, 144, 254); 1539 outline-color: rgb(77, 144, 254);
1540 } 1540 }
1541 1541
1542 #new-folder { 1542 #new-folder {
1543 margin-right: 30px; 1543 margin-right: 30px;
1544 } 1544 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/css/gdrive_welcome.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698