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

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

Issue 1507873003: [Media Router] Update route-details styling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/resources/media_router/elements/route_details/route_details.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/media_router/elements/route_details/route_details.css
diff --git a/chrome/browser/resources/media_router/elements/route_details/route_details.css b/chrome/browser/resources/media_router/elements/route_details/route_details.css
index 22b88fd711f1945f1a68bdd246fa1def9f6a9b63..1b948dd66ddcd36499db9cec2866d8a1ba2042d0 100644
--- a/chrome/browser/resources/media_router/elements/route_details/route_details.css
+++ b/chrome/browser/resources/media_router/elements/route_details/route_details.css
@@ -5,8 +5,8 @@
#close-route-button {
-webkit-padding-end: 24px;
background-color: white;
- line-height: 32px;
- margin: 0;
+ line-height: 12px;
+ margin: 12px 0;
text-align: end;
width: 100%;
}
@@ -18,10 +18,9 @@
}
#route-information {
- -webkit-padding-start: 30px;
+ -webkit-padding-start: 44px;
background-color: white;
font-size: 1.2em;
- height: 40px;
+ margin-top: 16px;
overflow: hidden;
- padding: 20px 30px;
}
« no previous file with comments | « no previous file | chrome/browser/resources/media_router/elements/route_details/route_details.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698