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

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

Issue 2953863002: [CrOS Tether] ProximityAuth WebUI improvement: show the local device's ID. (Closed)
Patch Set: Rebased. Created 3 years, 6 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/proximity_auth/webui/resources/proximity_auth.css
diff --git a/components/proximity_auth/webui/resources/proximity_auth.css b/components/proximity_auth/webui/resources/proximity_auth.css
index 8b33e40252da26b58b665f830f829aa0b8f440f5..b60f53d7b4c97b1dfd15369f8b6020e2d6742aaa 100644
--- a/components/proximity_auth/webui/resources/proximity_auth.css
+++ b/components/proximity_auth/webui/resources/proximity_auth.css
@@ -31,6 +31,10 @@ tr.subrow td:first-of-type {
flex: 1;
}
+#local-device-id {
+ font-family: monospace;
+}
+
.remote-device {
display: flex;
flex-direction: column;

Powered by Google App Engine
This is Rietveld 408576698