Chromium Code Reviews| 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 { |