dynamic-table
Version:
Dynamic HTML grid
62 lines (60 loc) • 1.33 kB
CSS
/* dynamic-table - Copyright (c) 2015 Ross Basarevych; Licensed MIT */
.dynamic-table .invisible {
visibility: hidden;
}
.dynamic-table .overlay-back {
position: absolute;
background: #000000;
opacity: 0.05;
z-index: 9000;
display: none;
}
.dynamic-table .overlay-loader {
position: absolute;
background: transparent url(img/loader.gif) center center no-repeat;
z-index: 9001;
display: none;
}
.dynamic-table .ajax-error {
display: none;
}
.dynaic-table th:not(.selector):not(:last-child) {
white-space: nowrap;
padding-right: 3em ;
}
.dynamic-table .selector {
width: 1px;
}
.dynamic-table .all-selector-menu {
z-index: 1025;
display: none;
position: absolute;
padding: 3px 10px;
}
.dynamic-table .sort-asc, .dynamic-table .sort-desc {
margin-left: 0.5em;
}
.dynamic-table .filter {
margin-left: 1em;
}
.dynamic-table th .popover {
width: 300px;
z-index: 1025;
}
.dynamic-table tbody.empty td, .dynamic-table .ajax-error {
padding: 1em 0;
text-align: center;
font-size: 120%;
font-style: italic;
}
.dynamic-table .error-reset-button {
font-style: normal;
margin-top: 10px;
}
.dynamic-table .pagination-input {
width: 4em ;
text-align: center;
}
.dynamic-table .dropdown {
z-index: 1020;
}