Plugin AP List: Add stats tooltip to show total AP, average EL of selected portals.

This commit is contained in:
Xelio
2013-03-28 02:00:41 +08:00
parent e14baa9f3f
commit 023c1d3ec8
2 changed files with 42 additions and 8 deletions

View File

@ -93,9 +93,8 @@
}
.ap-list-center-div {
width: 50%;
width: 55%;
margin: 0px auto;
}
.ap-list-page-control {
@ -145,4 +144,15 @@
.ap-list-triangle-right-full {
border-width: 7.5px 0px 7.5px 13px;
}
}
#ap-list-pagination {
display: inline-block;
width: 90%;
vertical-align: bottom;
}
#ap-list-misc-info {
display: inline-block;
vertical-align: bottom;
padding: 0px 6px;
}