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

Unified Diff: ui/login/screen_container.css

Issue 930953002: Chrome OS Gaia: UI specific changes to implement MinuteMaid flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests Created 5 years, 10 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/browser/ui/webui/chromeos/login/gaia_screen_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/screen_container.css
diff --git a/ui/login/screen_container.css b/ui/login/screen_container.css
index c19983d3f06dde8a0dfc11cde6f740de30d24029..dcecc3806cbc3a4832f91264a729b51ebca15049 100644
--- a/ui/login/screen_container.css
+++ b/ui/login/screen_container.css
@@ -105,6 +105,17 @@
top: 15px;
}
+#close-button-item {
+ -webkit-margin-start: 17px;
+ display: flex;
+ position: absolute;
+ right: 15px;
+ top: 15px;
+ width: 30px;
+ height: 30px;
+ z-index: 1;
+}
+
#progress-dots {
-webkit-box-pack: center;
-webkit-transition: opacity 200ms ease-in-out,
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698