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

Side by Side Diff: ui/file_manager/zip_archiver/css/passphrase.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
1 body { 1 body {
2 -webkit-app-region: drag; 2 -webkit-app-region: drag;
3 bottom: 0; 3 bottom: 0;
4 left: 0; 4 left: 0;
5 padding: 15px 15px 8px 15px; 5 padding: 15px 15px 8px 15px;
6 position: absolute; 6 position: absolute;
7 right: 0; 7 right: 0;
8 top: 0; 8 top: 0;
9 } 9 }
10 10
11 #passphrase-dialog { 11 #passphrase-dialog {
12 height: 100%; 12 height: 100%;
13 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698