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

Side by Side Diff: chrome/browser/resources/media_router/elements/media_router_header/media_router_header.css

Issue 1680743006: [Media Router] Show user email in header if cloud sink is present. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address final comments Created 4 years, 10 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 unified diff | Download patch
OLDNEW
1 /* Copyright 2015 The Chromium Authors. All rights reserved. 1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 #arrow-drop-container { 5 #arrow-drop-container {
6 flex-grow: 1; 6 flex-grow: 1;
7 } 7 }
8 8
9 #arrow-drop-icon::shadow #icon { 9 #arrow-drop-icon::shadow #icon {
10 height: var(--navigation-icon-size); 10 height: var(--navigation-icon-size);
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 } 68 }
69 69
70 paper-toolbar.issue { 70 paper-toolbar.issue {
71 background-color: var(--google-red-500); 71 background-color: var(--google-red-500);
72 } 72 }
73 73
74 paper-toolbar.route-details, 74 paper-toolbar.route-details,
75 paper-toolbar.sink-list { 75 paper-toolbar.sink-list {
76 background-color: var(--paper-blue-500); 76 background-color: var(--paper-blue-500);
77 } 77 }
78
79 #user-email-container {
80 -webkit-padding-start: 12px;
81 font-size: 0.917em;
82 padding-bottom: 12px;
83 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698