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

Unified 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: Fixed AudioType in JS/HTML 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 side-by-side diff with in-line comments
Download patch
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;
+}

Powered by Google App Engine
This is Rietveld 408576698