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

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

Issue 23624005: Merge 218255 "Fix creating a directory in the Save-as dialog." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1599/src/
Patch Set: Created 7 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/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 /* Special attribute used in HTML to hide elements. */ 5 /* Special attribute used in HTML to hide elements. */
6 body[type='folder'] [invisibleif~='folder'], 6 body[type='folder'] [invisibleif~='folder'],
7 body[type='upload-folder'] [invisibleif~='upload-folder'], 7 body[type='upload-folder'] [invisibleif~='upload-folder'],
8 body[type='saveas-file'] [invisibleif~='saveas-file'], 8 body[type='saveas-file'] [invisibleif~='saveas-file'],
9 body[type='open-file'] [invisibleif~='open-file'], 9 body[type='open-file'] [invisibleif~='open-file'],
10 body[type='open-multi-file'] [invisibleif~='open-multi-file'], 10 body[type='open-multi-file'] [invisibleif~='open-multi-file'],
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 position: relative; 469 position: relative;
470 width: 180px; 470 width: 180px;
471 } 471 }
472 472
473 /* Container for the ok/cancel buttons. */ 473 /* Container for the ok/cancel buttons. */
474 .dialog-footer { 474 .dialog-footer {
475 -webkit-box-align: center; 475 -webkit-box-align: center;
476 -webkit-box-orient: horizontal; 476 -webkit-box-orient: horizontal;
477 border-top: 1px solid rgb(225, 225, 225); 477 border-top: 1px solid rgb(225, 225, 225);
478 display: -webkit-box; 478 display: -webkit-box;
479 outline: none;
479 padding: 10px; 480 padding: 10px;
480 } 481 }
481 482
482 .progressable:not([progress]) .progress-bar, 483 .progressable:not([progress]) .progress-bar,
483 .progressable:not([progress]) .preparing-label { 484 .progressable:not([progress]) .preparing-label {
484 display: none; 485 display: none;
485 } 486 }
486 487
487 .progressable[progress] .ok, 488 .progressable[progress] .ok,
488 .progressable[progress] #filename-input-box, 489 .progressable[progress] #filename-input-box,
(...skipping 1433 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 } 1923 }
1923 1924
1924 .share-dialog-webview-wrapper:not(.loaded) .share-dialog-webview { 1925 .share-dialog-webview-wrapper:not(.loaded) .share-dialog-webview {
1925 visibility: hidden; 1926 visibility: hidden;
1926 } 1927 }
1927 1928
1928 .share-dialog-frame .cr-dialog-text, 1929 .share-dialog-frame .cr-dialog-text,
1929 .share-dialog-frame .cr-dialog-buttons { 1930 .share-dialog-frame .cr-dialog-buttons {
1930 display: none; 1931 display: none;
1931 } 1932 }
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