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

Unified Diff: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css

Issue 1554663002: [Media Router] First Run Flow WebUI and strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years 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/media_router/elements/media_router_container/media_router_container.css
diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
index 5a5f09fe5be9a07485fa5e1b6f990232249c02c4..c9ca9f156cce85957ec18e26c895251cdc57a272 100644
--- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
+++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
@@ -43,6 +43,36 @@
text-decoration: none;
}
+#first-run-button {
+ background-color: white;
+}
+
+#first-run-button-container {
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-end;
+}
+
+#first-run-flow {
+ background-color: rgb(33, 150, 243);
+ padding: 24px 16px 4px 16px;
+}
+
+#first-run-text,
+#first-run-title {
+ color: white;
+ padding-bottom: 24px;
+}
+
+#first-run-text {
+ font-size: 1.0em;
+ line-height: 1.5em;
+}
+
+#first-run-title {
+ font-size: 1.25em;
+}
+
#issue-banner {
margin-top: var(--container-header-height);
width: 100%;

Powered by Google App Engine
This is Rietveld 408576698