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

Unified Diff: ui/login/md_screen_container.css

Issue 2936173002: Fix misplacement of signin overlay and critical update message banner (Closed)
Patch Set: Add inline comments and rebase with master, no other changes Created 3 years, 6 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 | « ui/login/account_picker/md_user_pod_template.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/md_screen_container.css
diff --git a/ui/login/md_screen_container.css b/ui/login/md_screen_container.css
index 14fb05b97137c6a56f557ca427dcf1a8dc18f21e..8c10b4a5c4a881119a38f710001bfbb07d52dd62 100644
--- a/ui/login/md_screen_container.css
+++ b/ui/login/md_screen_container.css
@@ -81,10 +81,8 @@
#oobe.auto-enrollment-check #inner-container,
#oobe.autolaunch #inner-container,
#oobe.confirm-password #inner-container,
-#oobe:not([md-mode]).connect #inner-container,
#oobe.debugging #inner-container,
#oobe.enrollment #inner-container,
-#oobe:not([md-mode]).eula #inner-container,
#oobe.fatal-error #inner-container,
#oobe.gaia-signin #inner-container,
#oobe.hid-detection #inner-container,
@@ -92,7 +90,6 @@
#oobe.oauth-enrollment #inner-container,
#oobe.password-changed #inner-container,
#oobe.ad-password-change #inner-container,
-#oobe.reset #inner-container,
#oobe.supervised-user-creation #inner-container,
#oobe.supervised-user-creation-dialog #inner-container,
#oobe.terms-of-service #inner-container,
@@ -124,13 +121,6 @@
transform: translateY(50px) rotateX(-2.5deg);
}
-#oobe:not([md-mode]) #step-logo {
- -webkit-margin-start: 17px;
- display: -webkit-box;
- position: absolute;
- top: 15px;
-}
-
#oobe[md-mode] #step-logo {
display: none;
}
« no previous file with comments | « ui/login/account_picker/md_user_pod_template.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698