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

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

Issue 14057007: Remove dead CSS from CrOS OOBE UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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: chrome/browser/resources/chromeos/login/oobe.css
diff --git a/chrome/browser/resources/chromeos/login/oobe.css b/chrome/browser/resources/chromeos/login/oobe.css
index d84ca77af31bdd15a8e26d0e5fa0c5efd7a74fc8..22026d25a1524dc35c56a07af582c538fee9244d 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -897,72 +897,6 @@ html[dir=rtl] #update #update-checking-ellipsis {
z-index: 5;
}
-#enroll-login-screen {
- display: -webkit-box;
- width: 630px;
-}
-
-#enroll-login-info {
- width: 310px;
-}
-
-.enroll-login-item {
- font-size: 0.9em;
- margin: 16px 8px;
-}
-
-.enroll-login-item-content {
- -webkit-margin-start: 52px;
-}
-
-.enroll-login-item-header {
- font-weight: bold;
- margin: 0 8px 0 0;
-}
-
-.enroll-login-item-image {
- position: absolute;
-}
-
-#enroll-login-form {
- height: 100%;
- width: 310px;
-}
-
-#gaia-local-login {
- border: none;
- height: 100%;
- vertical-align: top;
- width: 100%;
-}
-
-#enroll-confirmation-screen {
- bottom: 0;
- left: 0;
- position: absolute;
- right: 0;
- top: 0;
-}
-
-#enroll-confirmation-content {
- height: 1.5em;
- margin-top: -.75em;
- position: absolute;
- text-align: center;
- top: 50%;
- width: 100%;
-}
-
-#enroll-confirmation-image {
- vertical-align: middle;
-}
-
-#enroll-confirmation-footer {
- bottom: 0;
- text-align: end;
- width: 100%;
-}
-
/* Styling for OAuth enrollment screen. */
#oauth-enroll-container {
@@ -1092,23 +1026,6 @@ span.bold {
0 -1px 2px rgba(0,0,0,1);
}
-#notification-area {
- color: #666;
- position: absolute;
- text-align: center;
- top: 40px;
- width: 100%;
-}
-
-#notification-area a {
- color: rgb(37, 79, 155);
-}
-
-#notification-area .butter-bar {
- margin: 0 auto;
- max-width: 850px;
-}
-
#background {
-webkit-transition: 700ms opacity;
background-size: 100% 100%;
@@ -1122,8 +1039,3 @@ span.bold {
.background-initial {
opacity: 0;
}
-
-.background-final {
- opacity: 1;
-}
-
« 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