]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - src/allmydata/web/static/css/new-tahoe.css
fa1269a10796902374e5e1efc246e5afb18188de
[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 .status-indicator {
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     width: 16px;
79     height: 16px;
80     border-radius: 50%;
81     display: inline-block;
82     vertical-align: middle;
83     margin-right: 4px;
84     margin-top: 2px;
85 }
86
87 .connected-yes {
88     background: #468847;
89 }
90
91 .connected-no {
92     background: #B94A48;
93 }
94
95 .connected-not-configured {
96     background: #444444;
97 }