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

Unified Diff: ui/login/oobe.css

Issue 2876753003: Bootstrapping: Display Bluetooth name of CrOS device on OOBE screen. (Closed)
Patch Set: Address achuith@'s comments. Created 3 years, 7 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 | « ui/login/display_manager.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/oobe.css
diff --git a/ui/login/oobe.css b/ui/login/oobe.css
index 92df2568d6dcbcb3bdcc4a681e80e90fd7a79900..7175e90c87cd8610218c7dd6937d8a95ed15abb9 100644
--- a/ui/login/oobe.css
+++ b/ui/login/oobe.css
@@ -156,6 +156,16 @@ span.bold {
z-index: 1;
}
+#bluetooth-name {
+ background: rgba(255,255,255,.17);
+ border-radius: 4px;
+ display: inline-block;
+ font-size: 12px;
+ height: 28px;
+ line-height: 28px;
+ padding: 0 12px;
+}
+
#background {
background-size: 100% 100%;
height: 100%;
« no previous file with comments | « ui/login/display_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698