1/* 2 * Copyright (c) 2014 The Chromium OS Authors. All rights reserved. 3 * Use of this source code is governed by a BSD-style license that can be 4 * found in the LICENSE file. 5 */ 6 7ul { 8 margin: 0; 9 padding: 0; 10} 11 12li { 13 list-style-type: none; 14} 15 16.tab-page { 17 display: table; 18 table-layout: fixed; 19 text-align: center; 20 width: 100%; 21} 22 23.tab-page li { 24 display: table-cell; 25 padding-right: 1px; 26 height: auto; 27 vertical-align: bottom; 28} 29 30.tab-page a { 31 font-size: x-large; 32 font-weight: bold; 33 display: block; 34 min-height: 100%; 35 padding: 4px 10px; 36 background-color: #FFFFFF; 37 color: black; 38 border-radius: 6px 6px 0 0; 39 border: 1px solid black; 40} 41 42.tab-page li.selected a { 43 font-size: x-large; 44 font-weight: bold; 45 display: block; 46 min-height: 100%; 47 padding: 4px 10px; 48 background-color: #FFFFFF; 49 color: black; 50 border-radius: 6px 6px 0 0; 51 border: 1px solid black; 52 border-bottom: none; 53} 54 55body { 56 text-align: center; 57} 58 59td { 60 text-align: center; 61 vertical-align: middle; 62} 63 64.btn-on-text { 65 display: none; 66} 67 68.btn-off-text { 69 display: none; 70} 71 72.btn-on .btn-on-text { 73 display: block; 74 font-size: large; 75} 76 77.btn-off .btn-off-text { 78 display: block; 79 font-size: large; 80} 81 82.tonegen-vol-cell input { 83 width: 20px; 84 height: 120px; 85 -webkit-appearance: slider-vertical; 86} 87 88.tonegen-vol-cell { 89 width: 15%; 90} 91 92.tonegen-main-cell { 93 width: 80%; 94 text-align: center; 95 vertical-align: middle; 96} 97 98.sweep_tone { 99 display: block; 100 text-align: center; 101 vertical-align: middle; 102} 103 104.canvas_detail { 105 vertical-align:top; 106 display: none; 107} 108