1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

improved repo page && all tables

This commit is contained in:
llj
2012-03-30 13:49:32 +08:00
parent 319ec6a222
commit a6e2d8dd63
22 changed files with 895 additions and 39 deletions

View File

@@ -11,3 +11,7 @@ function addConfirmTo(ele) {
$('#yes-btn').click(function() {
location.href = Del_url;
});
//handle table
$("table tr:nth-child(even)").addClass("even");
$("table tr:nth-child(odd)").addClass("odd");