Skip to content

Commit

Permalink
XHPROF UI Update (preinheimer#103)
Browse files Browse the repository at this point in the history
Updates to UI for frontend snazziness
  • Loading branch information
cmkshaw authored and Alexander Obuhovich committed Nov 28, 2016
1 parent 507344a commit 4d4afc2
Show file tree
Hide file tree
Showing 20 changed files with 843 additions and 358 deletions.
7 changes: 4 additions & 3 deletions xhprof_html/css/tablesorter.pager.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,20 @@ div.tablesorterPager input {
text-align: center;
}
table.tablesorter thead tr .header {
background-image: url(../img/bg.gif);
background-image: url(../img/bg.svg);
background-size: 20px 20px;
background-position:left center;
background-repeat:no-repeat;
cursor:pointer;
padding-left:55px;
}
table.tablesorter thead tr .headerSortUp {
background-image: url(../img/asc.gif);
background-image: url(../img/asc.svg);
background-repeat:no-repeat;
background-position:left center;
}
table.tablesorter thead tr .headerSortDown {
background-image: url(../img/desc.gif);
background-image: url(../img/desc.svg);
background-repeat:no-repeat;
background-position:left center;
}
Expand Down
Loading

0 comments on commit 4d4afc2

Please sign in to comment.