aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wireless-transport/code-Carbon-SR1/ux/mwtnMediator/mwtnMediator-module/src/main/resources/mwtnMediator/mwtnMediator-custom.css
blob: 15a684f153507391e567682f97b1df604e954dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/**
 *  Add your application related css here
 */
.mwtnMediatorGrid {
  height: 600px;
  background-color: white;
}

.mwtnMediatorGrid span {
  color: #393939;
}
span.mwtnMediatorStatusRunning{
	color: darkgreen;
}
span.mwtnMediatorStatusNotRunning{
	color: darkred;
}
span.mwtnMediatorCStatusIcon{
	font-size:2rem;
	vertical-align:middle;
}
span.mwtnMediatorOStatusIcon{
	font-size:2.5rem;
	vertical-align:middle;
}

#mediatorserver-list{
	list-style-type:none;
	padding:0;
	margin:0;
	display:block;

}
#mediatorserver-list > li
{
	padding:0.3rem;
	display:block;
	position:relative;
}
#mediatorserver-list > li:nth-child(even)
{
	background:#FFF;
}
#mediatorserver-list > li:nth-child(odd)
{
	background:#EEE;
}
#mediatorserver-list > li.selected
{
	background:#EBFF7F;
}
#mediatorserver-list > li > span.desc
{
	display:block;
}
#mediatorserver-list > li > div.icons
{
	position:absolute;
	right:0;top:0;bottom:0;width:auto;
}
#mediatorserver-list > li > div.icons > span.fa
{
	position:relative;margin-right:.6rem;margin-top:.3rem;font-size:2rem;cursor:pointer;
}
#mediatorserver-list > li > div.icons > span.fa:hover
{
	font-weight:bold;
}
.acc-mediatorlog > .panel-group .panel-body{padding:0;}