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

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

Issue 1100623003: ChromeOS Gaia: Polishing Offline UI and Password changed UI according to specs (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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/gaia_card.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/gaia_card.css
diff --git a/chrome/browser/resources/chromeos/login/gaia_card.css b/chrome/browser/resources/chromeos/login/gaia_card.css
index f5354ae46927af8accd08c4ad4d773e7b9f9e806..a60ac9abaafa9093e6e12bef378da621f6544237 100644
--- a/chrome/browser/resources/chromeos/login/gaia_card.css
+++ b/chrome/browser/resources/chromeos/login/gaia_card.css
@@ -23,29 +23,18 @@
position: relative;
}
-.top-padding {
- padding-top: 34px;
+.header-container {
+ padding: 34px 40px 16px;
}
-.bottom-padding {
- padding-bottom: 34px;
-}
-
-.side-padding {
- padding-left: 40px;
- padding-right: 40px;
-}
-
-::content /deep/ a.newgaia-link {
- color: rgb(66, 133, 244);
- font-size: 14px;
- text-decoration: none;
+.footer-container {
+ padding: 24px 40px 34px;
}
::content /deep/ .blue-button {
background-color: rgb(66, 133, 244);
color: rgb(255, 255, 255);
- min-width: 88px
+ min-width: 90px;
}
::content /deep/ .link-button {
@@ -65,8 +54,23 @@
}
::content /deep/ p.gaia-body-text {
- color: rgb(0, 0, 0);
+ color: rgba(0, 0, 0, 0.87);
+ font-size: 14px;
+ margin: 0;
+}
+
+::content /deep/ p.email,
+::content /deep/ p.enterprise-info {
+ color: rgb(255, 255, 255);
font-size: 15px;
+ margin: 8px 0 0 0;
+}
+
+::content /deep/ h1.welcome-message {
+ color: rgb(255, 255, 255);
+ font-size: 20px;
+ font-weight: normal;
+ margin-bottom: 0;
}
#bottom-overlay {
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/gaia_card.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698