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

Unified Diff: ui/login/bubble.css

Issue 2880963004: Adjust error message and alert icon position (Closed)
Patch Set: Change to unset Created 3 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/bubble.css
diff --git a/ui/login/bubble.css b/ui/login/bubble.css
index 289b5fa5368c3b00518b04a6827a69f261007a71..ab0193d4050fb45d8df216e19d654fff5d17dbd7 100644
--- a/ui/login/bubble.css
+++ b/ui/login/bubble.css
@@ -19,6 +19,7 @@
}
body.chromeos .bubble {
+ margin: unset;
padding: 16px;
}
@@ -137,7 +138,7 @@ body.chromeos .error-message-bubble::before {
content: '';
display: block;
height: 20px;
- left: 8px;
+ left: 16px;
position: absolute;
top: 8px;
width: 20px;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698