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

Unified Diff: chrome/browser/resources/options2/chromeos/bluetooth.css

Issue 9701012: Fix pincode versus passkey issues for Bluetooth pairing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra blank line. Created 8 years, 9 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 | « no previous file | chrome/browser/resources/options2/chromeos/bluetooth_pair_device_overlay.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/chromeos/bluetooth.css
diff --git a/chrome/browser/resources/options2/chromeos/bluetooth.css b/chrome/browser/resources/options2/chromeos/bluetooth.css
index 42568fd31ee9169b0be4317eb650a3bbdfec6378..a2ee8ee7d5fb03531f3e66acca3c6fa1a5a0259a 100644
--- a/chrome/browser/resources/options2/chromeos/bluetooth.css
+++ b/chrome/browser/resources/options2/chromeos/bluetooth.css
@@ -74,15 +74,22 @@
}
#bluetooth-pairing-instructions,
-#bluetooth-passkey {
- margin: 10px;
+#bluetooth-pairing-passkey-display,
+#bluetooth-pairing-passkey-entry,
+#bluetooth-pairing-pincode-entry,
+#bluetooth-passkey,
+#bluetooth-pincode {
text-align: center;
}
+#bluetooth-pairing-instructions {
+ margin: 10px;
+}
+
#bluetooth-pairing-passkey-display,
-#bluetooth-pairing-passkey-entry {
+#bluetooth-pairing-passkey-entry,
+#bluetooth-pairing-pincode-entry {
margin: 40px 0;
- text-align: center;
}
.bluetooth-keyboard-button {
« no previous file with comments | « no previous file | chrome/browser/resources/options2/chromeos/bluetooth_pair_device_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698