e7a7778f314ff50f77cbd5e91d09e1e5527aeeb9
[ccsdk/features.git] /
1 .uiNodesView TH,
2 .uiNodesView TD {
3         vertical-align: top;
4         padding: 2px 20px;
5 }
6
7 .uiNodesView TH.close,
8 .uiNodesView TD.close {
9         color: #888;
10         background: #f2f2f2;
11 }
12
13 .uiNodesView .uiMenuButton .uiButton-content {
14         padding-right: 3px;
15         border-radius: 8px;
16         height: 14px;
17 }
18
19 .uiNodesView .uiMenuButton.active .uiButton-content,
20 .uiNodesView .uiMenuButton:active .uiButton-content {
21         border-bottom-right-radius: 0px;
22         border-bottom-left-radius: 0px;
23 }
24
25 .uiNodesView .uiMenuButton .uiButton-label {
26         padding: 0px 17px 0px 7px;
27 }
28
29 .uiNodesView-hasAlias {
30         text-align: center;
31 }
32 .uiNodesView-hasAlias.max {
33         border-top-right-radius: 8px;
34         border-bottom-right-radius: 8px;
35 }
36 .uiNodesView-hasAlias.min {
37         border-top-left-radius: 8px;
38         border-bottom-left-radius: 8px;
39 }
40 .uiNodesView-hasAlias-remove {
41         float: right;
42         font-weight: bold;
43         cursor: pointer;
44 }
45
46 .uiNodesView TD.uiNodesView-icon {
47         padding: 20px 0px 15px 20px;
48 }
49
50 .uiNodesView-node:nth-child(odd) {
51         background: #eee;
52 }
53
54 .uiNodesView-routing {
55         position: relative;
56         min-width: 90px;
57 }
58
59 .uiNodesView-nullReplica,
60 .uiNodesView-replica {
61         box-sizing: border-box;
62         cursor: pointer;
63         float: left;
64         height: 40px;
65         width: 35px;
66         margin: 4px;
67         border: 2px solid #444;
68         padding: 2px;
69         font-size: 32px;
70         line-height: 32px;
71         text-align: center;
72         letter-spacing: -5px;
73         text-indent: -7px;
74 }
75
76 .uiNodesView-replica.primary {
77         border-width: 4px;
78         line-height: 29px;
79 }
80
81 .uiNodesView-nullReplica {
82         border-color: transparent;
83 }
84
85 .uiNodesView-replica.state-UNASSIGNED { background: #eeeeee; color: #999; border-color: #666; float: none; display: inline-block; }
86 .uiNodesView-replica.state-INITIALIZING { background: #dddc88; }
87 .uiNodesView-replica.state-STARTED { background: #99dd88; }
88 .uiNodesView-replica.state-RELOCATING { background: #dc88dd; }