Plugin AP List: Added a "Unselect all" button in header

This commit is contained in:
Xelio
2013-03-31 01:48:20 +08:00
parent ea8293e533
commit ab80e08036
2 changed files with 41 additions and 17 deletions

View File

@ -66,14 +66,12 @@
width: 100%;
}
.ap-list-checkbox-mid {
.ap-list-checkbox-inner {
display: table-cell;
vertical-align: middle;
}
.ap-list-checkbox-inner {
width: 10px;
height: 10px;
text-align: center;
width: 12px;
height: 12px;
border: 1px solid rgb(32, 168, 177);
margin: 0 auto;
}
@ -82,6 +80,13 @@
background-color: rgb(32, 168, 177);
}
.ap-list-checkbox-header {
width: 8px;
height: 0px;
margin: auto;
border: 1px solid rgb(32, 168, 177);
}
.ap-list-link {
white-space: nowrap;
overflow: hidden;