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.
37 lines
847 B
37 lines
847 B
.detailView-toggle {
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.detailView-toggle.expand {
|
|
height: 20px;
|
|
width: 20px;
|
|
background: url(../images/arrow-right.gif) no-repeat center center;
|
|
}
|
|
|
|
.detailView-toggle.collapse {
|
|
height: 20px;
|
|
width: 20px;
|
|
background: url(../images/sort-desc.gif) no-repeat center center;
|
|
}
|
|
|
|
.dynamic-cell-detail {
|
|
z-index: 10000;
|
|
position: absolute;
|
|
background-color: #dae5e8;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
.dynamic-cell-detail > :first-child {
|
|
vertical-align: middle;
|
|
line-height: 13px;
|
|
}
|
|
|
|
.dynamic-cell-detail > .detail-container {
|
|
overflow: auto;
|
|
display: block !important;
|
|
}
|