Sha256: 934db58df16da81a066a87ce3c62714914bf1cd4fe81b69f6b53b7a0634f7d08

Contents?: true

Size: 861 Bytes

Versions: 1

Compression:

Stored size: 861 Bytes

Contents

.detailView-toggle
{
    display:          inline-block;
    cursor:            pointer;
}
.detailView-toggle.expand
{
    height:           20px;
    width:            20px;
    background: asset-url('slickgrid/arrow-right.gif') no-repeat center center;
}

.detailView-toggle.collapse
{
    height:           20px;
    width:            20px;
    background: asset-url('slickgrid/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;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slickgrid-2.3.16.1 vendor/assets/stylesheets/slickgrid/plugins/rowdetailview.scss