Commit 191f6b22 authored by merkulova's avatar merkulova Committed by Commit bot

MinuteMaid renaming.

BUG=none

Review URL: https://codereview.chromium.org/1037723002

Cr-Commit-Position: refs/heads/master@{#322345}
parent 74e0683d
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
width: 522px; width: 522px;
} }
.minute-maid #gaia-signin { .new-gaia-flow #gaia-signin {
padding: 0 0 0; padding: 0 0 0;
width: 522px; width: 522px;
} }
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
} }
} }
.minute-maid #signin-right, .new-gaia-flow #signin-right,
.no-right-panel #signin-right { .no-right-panel #signin-right {
display: none; display: none;
} }
...@@ -133,8 +133,8 @@ html[dir=rtl] #back-button-item { ...@@ -133,8 +133,8 @@ html[dir=rtl] #back-button-item {
width: 1px; width: 1px;
} }
.gaia-signin .minute-maid #step-logo, .gaia-signin .new-gaia-flow #step-logo,
.gaia-signin .minute-maid #gaia-signin-divider, .gaia-signin .new-gaia-flow #gaia-signin-divider,
.no-right-panel #gaia-signin-divider { .no-right-panel #gaia-signin-divider {
display: none; display: none;
} }
...@@ -177,7 +177,7 @@ webview#signin-frame { ...@@ -177,7 +177,7 @@ webview#signin-frame {
text-align: center; text-align: center;
} }
.minute-maid #enterprise-info-container { .new-gaia-flow #enterprise-info-container {
display: none; display: none;
} }
......
...@@ -318,7 +318,7 @@ login.createScreen('GaiaSigninScreen', 'gaia-signin', function() { ...@@ -318,7 +318,7 @@ login.createScreen('GaiaSigninScreen', 'gaia-signin', function() {
params.localizedStrings = data.localizedStrings; params.localizedStrings = data.localizedStrings;
if (this.isNewGaiaFlow) { if (this.isNewGaiaFlow) {
$('inner-container').classList.add('minute-maid'); $('inner-container').classList.add('new-gaia-flow');
$('progress-dots').hidden = true; $('progress-dots').hidden = true;
if (data.enterpriseDomain) if (data.enterpriseDomain)
params.enterpriseDomain = data.enterpriseDomain; params.enterpriseDomain = data.enterpriseDomain;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment