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

Side by Side Diff: chrome/browser/resources/chromeos/emulator/bluetooth_settings.css

Issue 1258783009: Add functionality to Bluetooth settings UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/emulator/bluetooth_settings.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2015 The Chromium Authors. All rights reserved. 1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be 2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. */ 3 found in the LICENSE file. */
4 4
5 paper-button[raised].colored { 5 paper-button[raised].colored {
6 background: rgb(66, 133, 244); 6 background: rgb(66, 133, 244);
7 color: #fff; 7 color: #fff;
8 } 8 }
9 9
10 paper-input { 10 paper-input {
(...skipping 17 matching lines...) Expand all
28 line-height: 80px; 28 line-height: 80px;
29 } 29 }
30 30
31 .device-container { 31 .device-container {
32 border: 1px solid #000; 32 border: 1px solid #000;
33 border-radius: 2px; 33 border-radius: 2px;
34 margin: 10px; 34 margin: 10px;
35 width: 80%; 35 width: 80%;
36 } 36 }
37 37
38 .device-field {
39 margin-bottom: 1em;
40 margin-top: 1em;
41 }
42
38 .bluetooth-device { 43 .bluetooth-device {
39 margin: 15px; 44 margin: 15px;
40 } 45 }
41 46
42 .toggle-button-label { 47 .toggle-button-label {
43 margin: 15px; 48 margin: 15px;
44 } 49 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/emulator/bluetooth_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698