admiraljs
Version:
Lightweight plug and play admin interface
74 lines (66 loc) • 1.05 kB
CSS
.listview {
margin-top:4px;
}
.listview .list {
min-height:400px;
/*border: solid 1px #DDDDDD;*/
}
.listview .line {
/*background: #F5F5F5;*/
}
.listview table {
border-collapse:collapse;
width:100%;
table-layout: fixed;
background: rgb(246, 241, 241);
}
.listview table thead {
/*background: #EEEEEE;*/
}
.listview table th {
cursor:pointer;
}
.listview table th , .listview table td {
padding: 0.44444rem 0.7rem 0.55556rem;
}
.listview table th {
border-collapse:collapse;
font-weight: normal;
background: #E0E0E0;
height: 22px;
}
.listview table td {
border-collapse:collapse;
}
.list-header {
height: 28px;
}
.list-header-element {
float:left;
margin-right:10px;
}
.listview table tbody tr:hover {
background: #EEE;
cursor:pointer;
}
.listview table img {
height:60px;
}
.listview .button-remove {
float:right;
}
.listview .switchbutton {
float:right;
}
.pagination {
text-align:center;
width:100%;
}
.pagination div {
display:inline-block;
margin-right:20px;
cursor:pointer;
}
.list-search button {
margin-left:5px;
}