summaryrefslogtreecommitdiffstats
path: root/oom-app-overlay/src/main/webapp/app/oom/home/tree-view-style.css
blob: 5a3e0567be608d89806bda0aceac9cb4192d65b8 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
/* Basic styling */

::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 7px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}

.orgChart .label_node{
	padding-bottom: 5px;
}

.orgChart .icon-span{
	float:left;width:25px;
	padding-top: 3px;
}
.orgChart .title-span{
	width:110px;float:left; font-size:14px;
	padding-top: 3px;
}

/* Draw the lines */
.jOrgChart{
	position: relative;
	/*  left: 245px; */
	width:100%;
	min-width: 100%;
	overflow-x: auto;
	
}
.jOrgChart .line {
  height                : 20px;
  width                 : 4px;
}

.jOrgChart .down {
  background-color 		: black;	
  margin 				: 0px auto;
}

.jOrgChart .top {
  border-top          : 3px solid black;
}

.jOrgChart button{
	min-width		: 20px;
	width			: 20px;
	height			: 20px;
	padding			: 0;
}

.jOrgChart .dropdown{
	display: inline-block;
}

.jOrgChart .downloadIcon{
	    position: relative;
    left: 1px;
    float:left;
}

.jOrgChart .ddIcon{
	position: relative;
    float: right;
    top: 6px;
}

.jOrgChart .left {
  border-right          : 2px solid black;
}

.jOrgChart .right {
  border-left           : 2px solid black;
}

/* node cell */
.jOrgChart td {
  text-align            : center;
  vertical-align        : top;
  padding               : 0 !important;
  border				: none;
  border-bottom         : 1px solid white;
}

/* The node */
.jOrgChart .node {
  background-color 		: #efefef;
  display               : inline-block;
  width                 : 180px;
  height                : 200px;
  z-index 				: 10;
  margin               : 0 2px;
}

.expandBtn {
	background-color: #efefef;
	padding-top:9px; 
}

/* jQuery drag 'n drop */

.drag-active {
  border-style			: dotted !important;
}

.drop-hover {
  border-style			: solid !important;
  border-color 			: #E05E00 !important;
}

#statusclick{
	padding: 0 !important
}

#statusclick li {
	padding	:5px;
}

#statusclick li.active{
	background: #337ab7;
	color: white;
}