]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - src/allmydata/web/static/css/new-tahoe.css
175c3e33718c42d0eb4d04905079fd5b1ed75aa8
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / web / static / css / new-tahoe.css
1 body {
2   padding-top: 60px;
3   padding-bottom: 40px;
4 }
5
6 .sidebar-nav {
7   min-width: 250px;
8   padding: 9px 0;
9 }
10
11 .node-info {
12     margin-top: 4px;
13     line-height: 14px;
14 }
15
16 .node-info th {
17     text-align: right;
18 }
19
20 .node-info td {
21     text-align: left;
22     padding-top: 3px;
23     padding-left: 5px;
24     color: white;
25 }
26
27 .nav-form {
28     padding-left: 10px;
29 }
30
31 .status {
32     margin-right: 5px;
33 }
34
35 .grid-status {
36     padding: 40px;
37     margin-bottom: 30px;
38     background-color: #eeeeee;
39     -webkit-border-radius: 6px;
40     -moz-border-radius: 6px;
41     border-radius: 6px;
42 }
43
44 .grid-status h1 {
45     font-size: 40px;
46     margin-bottom: 20px;
47 }
48
49 .grid-status {
50     margin-top: 5px;
51 }
52
53 .furl {
54     font-size: 0.8em;
55     word-wrap: break-word;
56 }
57
58 .peerid {
59     font-size: 0.8em;
60 }
61
62 .nickname {
63     font-size: 1.2em;
64     font-weight: bold;
65 }
66
67 .nodeid {
68     font-size: 0.8em;
69 }
70
71 .minutia {
72     font-size: 0.8em;
73     width: 50%;
74 }
75
76 .status-indicator {
77     float: left;
78     margin: 5px;
79 }