Chromium Code Reviews| 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..9e420767c5ac84374a44f68dfc2d823b1d8e4cb8 100644 |
| --- a/chrome/browser/resources/options/password_manager.css |
| +++ b/chrome/browser/resources/options/password_manager.css |
| @@ -25,4 +25,33 @@ html[dir=rtl] #password-search-column { |
| #passwords-title { |
| display: inline-block; |
| -} |
| +} |
| + |
| +#import-complete-header { |
| + font-size: 1.2em; |
| +} |
| + |
| +#import-complete-image { |
| + margin: 20px; |
| + text-align: center; |
| +} |
| + |
| +.import-password-complete { |
| + display: none; |
| +} |
|
Evan Stade
2015/07/13 23:32:43
whitespace in this file is off here and at the end
xunlu
2015/07/14 00:47:24
Done.
|
| +#password-manager.importing .import-password-complete { |
| + display: inline; |
|
Evan Stade
2015/07/13 23:32:43
slightly nicer, I think (one rule instead of two):
xunlu
2015/07/14 00:47:24
Done.
|
| +} |
| + |
| +#password-manager.importing .password-manager-home { |
| + display: none; |
| +} |
| + |
| +#password-manager-import[disabled] { |
| + display: none; |
| +} |
| + |
| +#password-manager-export[disabled] { |
| + display: none; |
| +} |
| + |