blob: 24a27191b2d8df31028e071478c8a62fcc589b3d (
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
|
.node-property-list {
float:top;
display: flex;
height: 200px;
width: 100%;
}
.pagination {
margin: 0 12px 0 20px !important;
}
.fixed-height-container {
overflow: scroll;
float:top;
height: 200px;
width:40%;
padding:3px;
background:white;
}
.kv-table {
width: 100%;
background: white
}
.Content
{
height:224px;
overflow:auto;
background:yellow;
}
.breadcrumb > li + li:before {
color: #ccc !important;
content: "> " !important;
padding: 0 5px !important;
}
.breadcrumb {
margin: 5px 0 0 0 !important;
}
.path-heading {
margin-top: 6px;
color: #333333;
color: rgb(51, 51, 51);
background-color: #000000;
background-color: rgba(0, 0, 0, 0);
font-size: 14px;
line-height: 20px;
vertical-align: bottom;
letter-spacing: normal;
word-spacing: 0px;
font-weight: 700;
font-style: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
text-align: left;
text-indent: 0px;
}
.datatable{
height: 100%;
width: 100%;
}
.datatable .row{
margin-right: 0;
margin-left: 0;
}
|