Commit 0ced9f1b authored by Jérome Perrin's avatar Jérome Perrin

make the full tab clickable

parent c6c53b4a
......@@ -705,6 +705,7 @@
}
// make the tabs full width
$("#reports li").width((100/$("#reports li:visible").length) - 1 +'%');
$("#reports li a").width('100%').css({'text-align': 'left'});
$("#reports").show().tabs({ active: active_tab });
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment