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

Side by Side Diff: ui/file_manager/zip_archiver/unpacker/css/passphrase-dialog.css

Issue 2804453002: Move files from zip_archiver/unpacker/ to zip_archiver/. (Closed)
Patch Set: Move files from zip_archiver/unpacker/ to zip_archiver/. Created 3 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
OLDNEW
(Empty)
1 input, paper-button, paper-checkbox {
2 -webkit-app-region: no-drag;
3 }
4
5 h3 {
6 margin: 0;
7 }
8
9 :host {
10 align-items: stretch;
11 display: flex;
12 flex-direction: column;
13 height: 100%;
14 justify-content: space-between;
15 }
16
17 #bar {
18 align-items: center;
19 display: flex;
20 justify-content: space-between;
21 }
22
23 #buttons {
24 display: flex;
25 justify-content: flex-end;
26 }
27
28 #acceptButton {
29 color: #2196f3;
30 }
31
32 #cancelButton {
33 color: #9e9e9e;
34 }
OLDNEW
« no previous file with comments | « ui/file_manager/zip_archiver/unpacker/css/passphrase.css ('k') | ui/file_manager/zip_archiver/unpacker/externs_js/chrome.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698