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

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

Issue 1110493002: ChromeOS Gaia: UI polishing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed copyright 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/gaia_input_form.css
diff --git a/chrome/browser/resources/chromeos/login/gaia_input_form.css b/chrome/browser/resources/chromeos/login/gaia_input_form.css
index 8f98f5a0abe71ab2ce750adfda3b1cf310a4dd28..ca7209120a9778e41ebdd4ee5401dd490f134d6b 100644
--- a/chrome/browser/resources/chromeos/login/gaia_input_form.css
+++ b/chrome/browser/resources/chromeos/login/gaia_input_form.css
@@ -7,10 +7,6 @@
font-size: 16px;
}
-paper-input-decorator {
- margin-bottom: 50px;
-}
-
#paperInputDecorator /deep/ .unfocused-underline {
background-color: rgb(212, 212, 212);
}
@@ -21,7 +17,7 @@ paper-input-decorator {
#paperInputDecorator /deep/ ::-webkit-input-placeholder,
#paperInputDecorator /deep/ .label-text {
- color: rgba(0, 0, 0, 0.54);
+ color: rgba(0, 0, 0, 0.54);
}
#paperInputDecorator {
@@ -29,3 +25,17 @@ paper-input-decorator {
margin-bottom: 28px;
padding: 0;
}
+
+#paperInputDecorator /deep/ #inputForm {
+ color: rgba(0, 0, 0, 0.87);
+}
+
+:host-context(html[dir=rtl]) #paperInputDecorator /deep/ #inputContainer {
+ flex-direction: row-reverse;
+}
+
+#paperInputDecorator /deep/ #emailDomain {
+ color: rgba(0, 0, 0, 0.54);
+ direction: ltr;
+ width: auto;
+}

Powered by Google App Engine
This is Rietveld 408576698