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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/zip_archiver/unpacker/css/passphrase-dialog.css
diff --git a/ui/file_manager/zip_archiver/unpacker/css/passphrase-dialog.css b/ui/file_manager/zip_archiver/unpacker/css/passphrase-dialog.css
deleted file mode 100644
index f6e2cc1f3265d6db364d44fbb4b67e64cefd1314..0000000000000000000000000000000000000000
--- a/ui/file_manager/zip_archiver/unpacker/css/passphrase-dialog.css
+++ /dev/null
@@ -1,34 +0,0 @@
-input, paper-button, paper-checkbox {
- -webkit-app-region: no-drag;
-}
-
-h3 {
- margin: 0;
-}
-
-:host {
- align-items: stretch;
- display: flex;
- flex-direction: column;
- height: 100%;
- justify-content: space-between;
-}
-
-#bar {
- align-items: center;
- display: flex;
- justify-content: space-between;
-}
-
-#buttons {
- display: flex;
- justify-content: flex-end;
-}
-
-#acceptButton {
- color: #2196f3;
-}
-
-#cancelButton {
- color: #9e9e9e;
-}
« 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