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

Unified Diff: chrome/browser/resources/local_discovery/local_discovery.css

Issue 20070002: Demo UI for device discovery and registration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added FILE_PATH_LITERAL macro to fix windows compile problem Created 7 years, 4 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/local_discovery/local_discovery.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/local_discovery/local_discovery.css
diff --git a/chrome/browser/resources/local_discovery/local_discovery.css b/chrome/browser/resources/local_discovery/local_discovery.css
index 535df795179f5afabc010fa5925964b14df07f1a..e3d64a815ec423ef49be31937348f9a970d5615e 100644
--- a/chrome/browser/resources/local_discovery/local_discovery.css
+++ b/chrome/browser/resources/local_discovery/local_discovery.css
@@ -13,3 +13,9 @@ th {
td {
background-color: #f0f0f0;
}
+
+#info-console {
+ background-color: #f0f0f0;
+ height: 100px;
+ overflow: auto;
+}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/local_discovery/local_discovery.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698