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

Unified Diff: chrome/browser/resources/chromeos/login/gaia_password_changed.css

Issue 1133733003: Unified icon-buttons used in the new GAIA flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review fixes. Created 5 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
Index: chrome/browser/resources/chromeos/login/gaia_password_changed.css
diff --git a/chrome/browser/resources/chromeos/login/gaia_password_changed.css b/chrome/browser/resources/chromeos/login/gaia_password_changed.css
index 8a64d3cabb62d0d942c0ae1da4296d9883280d93..d572de24f16b94b33ad0d066bdf002c783e9a668 100644
--- a/chrome/browser/resources/chromeos/login/gaia_password_changed.css
+++ b/chrome/browser/resources/chromeos/login/gaia_password_changed.css
@@ -18,15 +18,15 @@ core-icon[icon='warning'] {
}
#closeButton {
- color: rgb(255, 255, 255);
+ color: white;
position: absolute;
- right: 0;
- top: 0;
+ right: 10px;
+ top: 10px;
z-index: 1;
}
:host-context(html[dir=rtl]) #closeButton {
- left: 0;
+ left: 10px;
right: auto;
}

Powered by Google App Engine
This is Rietveld 408576698