summaryrefslogtreecommitdiff
path: root/scripts/mic_testing/frontend/audio.css
blob: 9bd2adc4f370917688342ad6df63b3b1eba0d381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
/*
 * Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

.tab-page {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.tab-page li {
  display: table-cell;
  padding-right: 1px;
  height: auto;
  vertical-align: bottom;
}

.tab-page a {
  font-size: x-large;
  font-weight: bold;
  display: block;
  min-height: 100%;
  padding: 4px 10px;
  background-color: #FFFFFF;
  color: black;
  border-radius: 6px 6px 0 0;
  border: 1px solid black;
}

.tab-page li.selected a {
  font-size: x-large;
  font-weight: bold;
  display: block;
  min-height: 100%;
  padding: 4px 10px;
  background-color: #FFFFFF;
  color: black;
  border-radius: 6px 6px 0 0;
  border: 1px solid black;
  border-bottom: none;
}

body {
  text-align: center;
}

td {
  text-align: center;
  vertical-align: middle;
}

.btn-on-text {
  display: none;
}

.btn-off-text {
  display: none;
}

.btn-on .btn-on-text {
  display: block;
  font-size: large;
}

.btn-off .btn-off-text {
  display: block;
  font-size: large;
}

.tonegen-vol-cell input {
  width: 20px;
  height: 120px;
  -webkit-appearance: slider-vertical;
}

.tonegen-vol-cell {
  width: 15%;
}

.tonegen-main-cell {
  width: 80%;
  text-align: center;
  vertical-align: middle;
}

.sweep_tone {
  display: block;
  text-align: center;
  vertical-align: middle;
}

.canvas_detail {
  vertical-align:top;
  display: none;
}