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

Unified Diff: components/physical_web/webui/resources/physical_web.css

Issue 2248913007: Add a Physical Web WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 3 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
Index: components/physical_web/webui/resources/physical_web.css
diff --git a/components/physical_web/webui/resources/physical_web.css b/components/physical_web/webui/resources/physical_web.css
new file mode 100644
index 0000000000000000000000000000000000000000..9c5e888c2ef588a25a687b894737bd631bdea1f3
--- /dev/null
+++ b/components/physical_web/webui/resources/physical_web.css
@@ -0,0 +1,50 @@
+/* Copyright (c) 2016 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+body {
+ font-family: Sans-Serif;
+ font-size: 12px;
+}
+.physicalWebTemplate {
+ display: flex;
+ width: 290px;
+ margin-bottom: 15px;
+ text-decoration: none;
+}
+
+.physicalWebIcon {
+ width: 32px;
+}
+.physicalWebText {
+ flex: 1;
+}
+.physicalWebIcon img {
+ padding-top: 1px;
+ width: 75%;
+}
+.physicalWebTemplate .title {
+ display: block;
+ color: #222;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ margin-bottom: 3px;
+}
+.physicalWebTemplate .resolvedUrl {
+ display: block;
+ font-size: 80%;
+ color: #888;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ margin-bottom: 4px;
+}
+.physicalWebTemplate .description {
+ display: block;
+ height: 2.5em;
+ font-size: 90%;
+ color: #444;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
« no previous file with comments | « components/physical_web/webui/physical_web_ui_constants.cc ('k') | components/physical_web/webui/resources/physical_web.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698