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

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

Issue 125993002: Add error handling for supervised user import flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move error bubble below checkboxes. Created 6 years, 11 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/manage_profile_overlay.css
diff --git a/chrome/browser/resources/options/manage_profile_overlay.css b/chrome/browser/resources/options/manage_profile_overlay.css
index 760030db3d22f323ea5f7e2b7551634e0c67a71f..edccb867d567d1f565c3d0449c985871dffb6572 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.css
+++ b/chrome/browser/resources/options/manage_profile_overlay.css
@@ -43,11 +43,21 @@
margin-right: auto;
max-height: 50px;
overflow: hidden;
- padding: 1px 10px;
+ padding: 10px 10px;
text-align: center;
width: 80%;
}
+html[dir='ltr'] #create-profile-error-bubble {
+ margin-left: 20px;
+ width: 90%;
+}
+
+html[dir='rtl'] #create-profile-error-bubble {
+ margin-right: 20px;
+ width: 90%;
+}
Pam (message me for reviews) 2014/01/08 11:21:35 From the screenshot, it looks like you also want t
Adrian Kuegel 2014/01/08 12:51:47 Done.
+
#create-profile-error-bubble[hidden],
#manage-profile-error-bubble[hidden] {
display: block !important;
@@ -121,7 +131,7 @@ html[dir='rtl'] #delete-profile-icon {
}
#create-profile-managed-content-area {
- padding-top: 0;
+ padding-top: 10;
}
#import-existing-managed-user-link {

Powered by Google App Engine
This is Rietveld 408576698