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

Unified Diff: chrome/browser/resources/options/password_manager.css

Issue 1193143003: Enable import/export of passwords into/from Password Manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed import-complete dialog. Created 4 years, 9 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: chrome/browser/resources/options/password_manager.css
diff --git a/chrome/browser/resources/options/password_manager.css b/chrome/browser/resources/options/password_manager.css
index fe210f307a82c921f09c537e71258f0ce789432d..b03f0a0ff96dd6186e3bc806bf89f8abaa9b5fb6 100644
--- a/chrome/browser/resources/options/password_manager.css
+++ b/chrome/browser/resources/options/password_manager.css
@@ -25,4 +25,20 @@ html[dir=rtl] #password-search-column {
#passwords-title {
display: inline-block;
-}
+}
+
+#import-complete-header {
+ font-size: 1.2em;
+}
+
+#password-manager-import[disabled] {
+ display: none;
+}
+
+#password-manager-export[disabled] {
+ display: none;
+}
+
+.import-export-button-strip > button {
+ float: right;
+}

Powered by Google App Engine
This is Rietveld 408576698