• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6body {
7    font-family: sans-serif;
8    text-align: center;
9}
10
11#audio_source_url {
12    border: 1px solid rgb(144,184,222);
13    font-size: large;
14}
15
16.nbox
17{
18    border: 1px solid rgb(144,184,222);
19    text-align:right;
20    position:relative;
21    padding: 2px;
22}
23
24.nslider
25{
26    width: 175px;
27    margin-left: 6px;
28}
29
30.drc_data
31{
32    border: solid 1px gray;
33    border-radius: 5px;
34    display: inline-block;
35    padding: 10px;
36    margin: 6px;
37    width: 370px;
38}
39
40.eq_data {
41    border: solid 1px black;
42    display: inline-block;
43    padding: 10px;
44    margin: 6px;
45}
46
47.drc_curve {
48    border: 1px solid blue;
49    width: 240px;
50    height: 180px;
51}
52
53.eq_curve {
54    border: 1px solid blue;
55    width: 960px;
56    height: 270px;
57    position: absolute;
58    left: 0;
59    top: 0;
60}
61
62.eq_curve_parent {
63    width: 960px;
64    height: 270px;
65    margin: 0 auto;
66    position: relative;
67}
68
69.enable_check {
70    float: right;
71    margin: -6px -6px;
72}
73
74.eq_table {
75    display: inline-block;
76    margin-right: 6px;
77}
78
79#config_file {
80    border: 1px solid rgb(144,184,222);
81    padding: 2px;
82}
83
84.biquad_type_select {
85    background: transparent;
86    border: 1px solid rgb(144,184,222);
87    padding: 2px;
88}
89