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

Unified Diff: chrome/browser/resources/managed_user_passphrase_dialog.css

Issue 14325003: Clean up managed user settings dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix broken merge Created 7 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/managed_user_passphrase_dialog.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/managed_user_passphrase_dialog.css
diff --git a/chrome/browser/resources/managed_user_passphrase_dialog.css b/chrome/browser/resources/managed_user_passphrase_dialog.css
index 64922c44b3e727c9d510f2d27ccc9aba3f7f2470..53356d81b0498b9be7bec5a4b31d35f8271decf5 100644
--- a/chrome/browser/resources/managed_user_passphrase_dialog.css
+++ b/chrome/browser/resources/managed_user_passphrase_dialog.css
@@ -4,6 +4,7 @@
#managed-mode-passphrase-page {
min-width: 350px;
+ padding: 5px 15px;
}
#managed-user-logo {
@@ -12,10 +13,12 @@
width: 65px;
}
-#instructions,
-#entry,
-#incorrect-passphrase-warning {
- padding: 5px 15px;
+#entry {
+ margin: 15px 0;
+}
+
+#passphrase-entry {
+ width: 100%;
}
#buttons {
@@ -26,10 +29,6 @@ html[dir=rtl] #buttons {
float: left;
}
-#buttons {
- padding: 15px 15px;
-}
-
#incorrect-passphrase-warning {
color: red;
font-weight: bold;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/managed_user_passphrase_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698