[Bps-public-commit] rt-extension-jsgantt branch, master, updated. 1.01-1-g7585dc0
? sunnavy
sunnavy at bestpractical.com
Thu Nov 6 09:41:33 EST 2014
The branch, master has been updated
via 7585dc093d4956868541ea16918059f9df8ca708 (commit)
from c96d2806b76e6ba5588f124e9a4f70931a37bdc5 (commit)
Summary of changes:
html/Search/JSGantt.html | 4 ++++
1 file changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit 7585dc093d4956868541ea16918059f9df8ca708
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Nov 6 22:34:15 2014 +0800
make the table take up the whole width
the right part of the table(i.e. gantt bar) is set to 720px in the css, which
is not good for big screens
diff --git a/html/Search/JSGantt.html b/html/Search/JSGantt.html
index 1ef4172..169a4b2 100644
--- a/html/Search/JSGantt.html
+++ b/html/Search/JSGantt.html
@@ -98,6 +98,10 @@
}
+jQuery(function() {
+ jQuery('#rightside').width(jQuery('#GanttChartDIV').width() - jQuery('#leftside').width());
+});
+
</script>
<%init>
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list