]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - src/allmydata/web/static/css/new-tahoe.css
wui: improved columns in welcome page server list
[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     float: left;
52 }
53
54 .furl {
55     font-size: 0.8em;
56     word-wrap: break-word;
57 }
58
59 .peerid {
60     font-size: 0.8em;
61 }
62
63 .nickname {
64     font-size: 1.2em;
65     font-weight: bold;
66 }
67
68 .nodeid {
69     font-size: 0.8em;
70 }
71
72 .minutia {
73     font-size: 0.8em;
74     width: 50%;
75 }
76
77 .service-connection-status {
78     white-space: nowrap;
79 }
80
81 .service-connection-string {
82     display: inline-block;
83 }
84
85 .status-indicator {
86     display: inline-block;
87     width: 16px;
88     height: 16px;
89     border-radius: 50%;
90     display: inline-block;
91     vertical-align: top;
92     margin-right: 4px;
93     margin-top: 2px;
94 }
95 .status-description {
96     display:inline-block;
97 }
98
99 .status-description .timestamp {
100     font-size: smaller;
101 }
102
103 a.timestamp {
104     color: inherit;
105     text-decoration:none;
106 }
107
108 .connected-yes, .service-Connected {
109     background: #468847;
110 }
111
112 .connected-no, .service-Disconnected {
113     background: #B94A48;
114 }
115
116 .connected-not-configured {
117     background: #444444;
118 }