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

Unified Diff: ui/login/bubble.css

Issue 2467783002: ChromeOS: update alignment of user POD error bubble. (Closed)
Patch Set: Implemented side positioning. Removed debug. Created 4 years, 1 month 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: ui/login/bubble.css
diff --git a/ui/login/bubble.css b/ui/login/bubble.css
index 30cc8254b98bdda06a92adb0b3a2ed3090f16fc6..bfd7dc874175f244363402b4ecb6ba18b4aafbac 100644
--- a/ui/login/bubble.css
+++ b/ui/login/bubble.css
@@ -24,6 +24,11 @@
background-size: 24px;
}
+.bubble[match-width] .error-message-bubble {
+ -webkit-padding-start: unset;
+ padding-top: 20px;
+}
+
.error-message-bubble-padding {
margin-bottom: 10px;
}

Powered by Google App Engine
This is Rietveld 408576698