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

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

Issue 1179323005: Polymer upgraded to 1.0 in login flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@polymer_pre_migration
Patch Set: Comments addressed. Created 5 years, 6 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_header.css
diff --git a/remoting/webapp/crd/html/crd_main.css b/chrome/browser/resources/chromeos/login/gaia_header.css
similarity index 60%
copy from remoting/webapp/crd/html/crd_main.css
copy to chrome/browser/resources/chromeos/login/gaia_header.css
index 76e8e1058487ce484dd04b3dfc814a3f32d25f32..ccb7c1337b440c9a65c36c5db2556835eeae488c 100644
--- a/remoting/webapp/crd/html/crd_main.css
+++ b/chrome/browser/resources/chromeos/login/gaia_header.css
@@ -3,11 +3,12 @@
* found in the LICENSE file.
*/
-#paired-clients-list {
- max-height: 300px;
- overflow-y: scroll;
+:host {
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
}
-#paired-clients-list table {
- width: 100%;
+#email {
+ font-size: 20px;
}

Powered by Google App Engine
This is Rietveld 408576698