You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
2.1 KiB
92 lines
2.1 KiB
.header { |
|
width: 100%; |
|
padding: 12px 10px; |
|
box-sizing: border-box; |
|
.queryBox { |
|
box-sizing: border-box; |
|
padding: 5px 25px; |
|
// margin-left: 50px; |
|
display: flex; |
|
flex-direction: row; |
|
flex-wrap: wrap; |
|
align-items:center; |
|
// justify-content:center; |
|
.queryField { |
|
margin: 3px 40px; |
|
input { |
|
width: 180px; |
|
height: 22px; |
|
line-height: 22px; |
|
border-radius: 3px;} |
|
} |
|
|
|
} //queryBox |
|
.ordiv{ |
|
position: relative; |
|
.organizationbox{ |
|
width:450px; |
|
height: 200px; |
|
background: white; |
|
position: absolute; |
|
top: 48px; |
|
left: 77px; |
|
z-index: 999; |
|
border: 1px solid grey; |
|
overflow-y: auto; |
|
li{ |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
white-space: nowrap; |
|
} |
|
mat-tree-node{ |
|
cursor: pointer; |
|
white-space:pre; |
|
} |
|
mat-tree-node:hover{ |
|
background: rgba(225, 225, 225, 0.8); |
|
} |
|
.closediv{ |
|
z-index: 100; |
|
position: absolute; |
|
right: 0; |
|
top: 0; |
|
width: 30px; |
|
height: 30px; |
|
cursor: pointer; |
|
line-height: 30px; |
|
text-align: center; |
|
} |
|
.closediv:hover{ |
|
background:rgba(225, 225, 225, 0.8); |
|
} |
|
} |
|
|
|
} |
|
} |
|
.body{ |
|
.buttonbox{ |
|
padding-left: 50px; |
|
button{ |
|
margin:0 10px |
|
} |
|
} |
|
.tablebox{ |
|
table{ |
|
width: 100%; |
|
// margin-left: 2%; |
|
margin-top: 15px; |
|
} |
|
mat-paginator{ |
|
width:100%; |
|
// margin-left: 2%; |
|
// margin-top: 30px; |
|
} |
|
} |
|
} |
|
.mat-header-cell{ |
|
text-align: center; |
|
} |
|
.mat-cell{ |
|
text-align: center; |
|
|
|
} |