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

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

Issue 10140023: [File Manager] Welcome to Google Docs banner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Extracted css into a dynamically loaded file Created 8 years, 8 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.col-resize * { 5 html.col-resize * {
6 cursor: col-resize !important; 6 cursor: col-resize !important;
7 } 7 }
8 8
9 /* Outer frame of the dialog. */ 9 /* Outer frame of the dialog. */
10 body { 10 body {
(...skipping 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 width: 40px; 1144 width: 40px;
1145 } 1145 }
1146 1146
1147 .unmounted-panel:not([loading]) > .gdata.loading, 1147 .unmounted-panel:not([loading]) > .gdata.loading,
1148 .unmounted-panel:not([error]) > .gdata.error, 1148 .unmounted-panel:not([error]) > .gdata.error,
1149 .unmounted-panel:not([retry]) > .gdata.retry, 1149 .unmounted-panel:not([retry]) > .gdata.retry,
1150 .unmounted-panel:not([retry]) > .gdata.learn-more { 1150 .unmounted-panel:not([retry]) > .gdata.learn-more {
1151 display: none; 1151 display: none;
1152 } 1152 }
1153 1153
1154 .plain-link {
1155 color: rgb(17, 85, 204);
1156 cursor: default;
1157 }
1158
1154 body[ash] .dialog-title, 1159 body[ash] .dialog-title,
1155 body[type='full-page'] [invisibleif='full-page'], 1160 body[type='full-page'] [invisibleif='full-page'],
1156 body:not([type='full-page']) [visibleif='full-page'], 1161 body:not([type='full-page']) [visibleif='full-page'],
1157 body:not([type='saveas-file']) [visibleif='saveas-file'], 1162 body:not([type='saveas-file']) [visibleif='saveas-file'],
1158 body:not([type='saveas-file']):not([type='full-page']) 1163 body:not([type='saveas-file']):not([type='full-page'])
1159 [visibleif='saveas-file full-page'] { 1164 [visibleif='saveas-file full-page'] {
1160 display: none; 1165 display: none;
1161 } 1166 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698