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

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: Fix filtering of passkey. 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..d7b7b2e4f73b08d35c62b8b20e873f7db4ab92c5 100644
--- a/chrome/browser/resources/options2/chromeos/bluetooth.css
+++ b/chrome/browser/resources/options2/chromeos/bluetooth.css
@@ -73,16 +73,24 @@
vertical-align: middle;
}
+
James Hawkins 2012/03/15 17:25:30 nit: Remove extra blank line.
kevers 2012/03/15 17:36:19 Done.
#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