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

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: rebase Created 4 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: 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..e4a5b2dc544ab3821e8af267d1dd0921bc3f71d2 100644
--- a/chrome/browser/resources/options/password_manager.css
+++ b/chrome/browser/resources/options/password_manager.css
@@ -25,4 +25,16 @@ html[dir=rtl] #password-search-column {
#passwords-title {
display: inline-block;
-}
+}
+
+#password-manager-import[disabled] {
+ display: none;
+}
+
+#password-manager-export[disabled] {
+ display: none;
Evan Stade 2016/04/06 21:25:22 why not put hidden in the html and .hidden = false
xunlu 2016/04/08 15:38:21 Done.
+}
+
+.import-export-button-strip > button {
+ float: right;
Evan Stade 2016/04/06 21:25:22 float is almost never the right choice (it should
xunlu 2016/04/08 15:38:21 I changed it to align:right in html.
+}

Powered by Google App Engine
This is Rietveld 408576698