summaryrefslogtreecommitdiff
path: root/scripts/volume_tuning/volume.css
blob: a40fbb90633e7730b0720c0e4efbbce9dadd97aa (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
/* Copyright (c) 2013 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.
 */

body {
    font-family: sans-serif;
    text-align: center;
}

.box
{
    border: 1px solid rgb(144,184,222);
    text-align:right;
    position:relative;
    padding: 2px;
}

table {
    display: inline-block;
    background-color: #d8e6f8;
    border-radius: 5px;
    padding: 5px;
}

canvas {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}