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

Unified Diff: appengine/config_service/ui/common/auth-signin.html

Issue 2983493002: config_service: make UI responsive and change colors. (Closed)
Patch Set: Move styles to the <style> section. Created 3 years, 5 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 | appengine/config_service/ui/src/config-ui/config-file-card.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/ui/common/auth-signin.html
diff --git a/appengine/config_service/ui/common/auth-signin.html b/appengine/config_service/ui/common/auth-signin.html
index 505e9cb1fcd6957137fc678b42ced8b75e80dc1d..e41bbad41be9ad632893a618f8b3d4e93293de89 100644
--- a/appengine/config_service/ui/common/auth-signin.html
+++ b/appengine/config_service/ui/common/auth-signin.html
@@ -38,7 +38,10 @@
.center { vertical-align: middle; }
- .typeface { font-size: 75%; }
+ .typeface {
+ font-size: 75%;
+ color: white;
+ }
</style>
<google-signin-aware id="aware"
« no previous file with comments | « no previous file | appengine/config_service/ui/src/config-ui/config-file-card.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698