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

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

Issue 1052103003: Update frame around SAML IdP pages to new GAIA style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css
index 1a81afb1f06ebb3badc37eb4e3909bb7f09500fc..8b49fa61e7d5024972eab9d07a03f4194b421527 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css
@@ -9,11 +9,14 @@
width: 522px;
}
+#oauth-enrollment.saml {
+ height: 528px;
+ width: 562px;
+}
+
#oauth-enroll-step-contents {
color: #666;
height: 100%;
- margin-bottom: 10px;
- position: relative;
width: 100%;
}
@@ -103,19 +106,16 @@
}
#oauth-saml-notice-container {
+ -webkit-margin-start: 19px;
left: 0;
position: absolute;
right: 0;
- text-align: center;
- top: 62px;
+ text-align: start;
+ top: 15px;
}
#oauth-enrollment.saml {
- padding: 97px 0 21px;
-}
-
-#oauth-enrollment.saml #oauth-enroll-auth-view {
- height: 444px;
+ padding-top: 47px;
}
#oauth-enrollment.saml #oauth-enrollment-controls,
@@ -128,6 +128,8 @@
}
#oauth-saml-notice-message {
+ color: rgb(106, 106, 106);
+ font-size: 13px;
margin: 0 auto;
}
@@ -149,6 +151,10 @@ html[dir=rtl] #oauth-enroll-cancel-button {
right: auto;
}
+#oauth-enrollment.saml #oauth-enroll-cancel-button {
+ background-image: url(chrome://theme/IDR_LOGIN_CLOSE_BUTTTON_ON_WHITE);
+}
+
#oauth-enroll-back-button {
background: transparent none;
background-image: url(chrome://theme/IDR_LOGIN_BACK_BUTTTON);
@@ -167,3 +173,7 @@ html[dir=rtl] #oauth-enroll-back-button {
left: auto;
right: 14px;
}
+
+#oauth-enrollment.saml #oauth-enroll-back-button {
+ display: none;
+}
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698