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

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

Issue 1915383002: [Media Router WebUI] Align email with main header contents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/media_router/elements/media_router_header/media_router_header.css
diff --git a/chrome/browser/resources/media_router/elements/media_router_header/media_router_header.css b/chrome/browser/resources/media_router/elements/media_router_header/media_router_header.css
index 58a942175e944a6244848b12ec52c7c1538fce7d..399943a5bae4da3e1873e0927adc0032c299d3b5 100644
--- a/chrome/browser/resources/media_router/elements/media_router_header/media_router_header.css
+++ b/chrome/browser/resources/media_router/elements/media_router_header/media_router_header.css
@@ -55,7 +55,7 @@
#header-text {
-webkit-padding-end: 4px;
font-size: 1.175em;
- margin: 8px 0 0 0;
+ margin: 8px;
overflow: hidden;
text-overflow: ellipsis;
}
@@ -79,10 +79,10 @@ paper-icon-button {
}
#user-email-container {
- -webkit-padding-start: 12px;
+ -webkit-padding-start: 8px;
bottom: 0;
font-size: 0.917em;
- left: 0;
+ left: auto;
padding-bottom: 12px;
position: absolute;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698