1a378deeb67e746c2bc45701f01ae003ce3afb7a
[rrq/hourglass.git] / manager / www / hourglass.css
1 body {
2     text-align: center;
3 }
4 p {
5     margin-left: 300px;
6 }
7
8 #header {
9 }
10 .logo {
11 }
12 .logo img{
13     float: right;
14     height: 60px;
15     padding: 10px;
16 }
17 .title {
18     padding-top: 24px;
19     text-align: center;
20     font-size: 32pt;
21     font-weight: bold;
22 }
23 #usage {
24     margin-top: 10px;
25     width: 100%;
26     height: 200px;
27     border: none;
28     overflow: hidden;
29 }
30 #history {
31     width: 80%;
32     height: 120px;
33 }
34 #controls {
35     width: 60%;
36     height: 430px;
37 //    border: none;
38 }
39 #form_submit {
40     margin-top: 10px
41 }
42 #extras {
43     text-align: left;
44     display: inline-block;
45     margin-top: 10px;
46 }
47 #extra_usage_form {
48     display: inline;
49     margin-left: 10px;
50 }
51 #extra_time {
52     font-size: 12pt;
53 }
54 .extra {
55     margin-top: 6px;
56 }
57 table tr td {
58     padding-top: 6px;
59     padding-right: 6px;
60 }