| Index: chrome/browser/resources/chromeos/emulator/audio_settings.css
|
| diff --git a/chrome/browser/resources/chromeos/emulator/battery_settings.css b/chrome/browser/resources/chromeos/emulator/audio_settings.css
|
| similarity index 62%
|
| copy from chrome/browser/resources/chromeos/emulator/battery_settings.css
|
| copy to chrome/browser/resources/chromeos/emulator/audio_settings.css
|
| index 8b90fe8d7d2cabded821dea8b2adac5ecbde4663..5c70cf8d0fda9283b5c6f0c2c7e1e088c9d66226 100644
|
| --- a/chrome/browser/resources/chromeos/emulator/battery_settings.css
|
| +++ b/chrome/browser/resources/chromeos/emulator/audio_settings.css
|
| @@ -2,6 +2,11 @@
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file. */
|
|
|
| +paper-button[raised].colored {
|
| + background: rgb(66, 133, 244);
|
| + color: #fff;
|
| +}
|
| +
|
| paper-input {
|
| -webkit-margin-start: 15px;
|
| display: inline-block;
|
| @@ -12,20 +17,32 @@ paper-toggle-button {
|
| -webkit-margin-start: 15px;
|
| }
|
|
|
| -paper-slider {
|
| - -webkit-margin-start: 15px;
|
| -}
|
| -
|
| -paper-radio-button {
|
| - display: inline-block;
|
| -}
|
| -
|
| .element-label {
|
| -webkit-padding-start: 0;
|
| color: rgb(82, 101, 162);
|
| + display: block;
|
| font-size: 24px;
|
| font-weight: normal;
|
| height: 80px;
|
| letter-spacing: 0.05em;
|
| line-height: 80px;
|
| }
|
| +
|
| +.device-container {
|
| + border-radius: 2px;
|
| + margin: 10px;
|
| + width: 80%;
|
| +}
|
| +
|
| +.device-field {
|
| + margin-bottom: 1em;
|
| + margin-top: 1em;
|
| +}
|
| +
|
| +.audio-node {
|
| + margin: 1px;
|
| +}
|
| +
|
| +.toggle-button-label {
|
| + margin: 15px;
|
| +}
|
|
|