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

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

Issue 1274403003: Full Implementation of Audio for the Chrome Os Device Emulator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initial Patch 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
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 11 matching lines...) Expand all
22 color: rgb(82, 101, 162); 22 color: rgb(82, 101, 162);
23 display: block; 23 display: block;
24 font-size: 24px; 24 font-size: 24px;
25 font-weight: normal; 25 font-weight: normal;
26 height: 80px; 26 height: 80px;
27 letter-spacing: 0.05em; 27 letter-spacing: 0.05em;
28 line-height: 80px; 28 line-height: 80px;
29 } 29 }
30 30
31 .device-container { 31 .device-container {
32 border: 1px solid #000;
33 border-radius: 2px; 32 border-radius: 2px;
34 margin: 10px; 33 margin: 10px;
35 width: 80%; 34 width: 80%;
36 } 35 }
37 36
38 .device-field { 37 .device-field {
39 margin-bottom: 1em; 38 margin-bottom: 1em;
40 margin-top: 1em; 39 margin-top: 1em;
41 } 40 }
42 41
43 .bluetooth-device { 42 .audio-node {
44 margin: 15px; 43 margin: 1px;
45 } 44 }
46 45
47 .toggle-button-label { 46 .toggle-button-label {
48 margin: 15px; 47 margin: 15px;
49 } 48 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698