| Server IP : 134.236.49.22 / Your IP : 216.73.216.114 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/planner/stylesheets/ |
Upload File : |
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp " "> ]>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/1999/xhtml">
<xsl:comment>
/* IE specific overrides to compensate for the different box model used by IE
* (see http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug)
*/
.gantt-resources {
overflow: hidden;
}
<!-- to prevent overlapping part of the content with the horizontal scrollbar
and to turn off the vertical scrollbar -->
.tasklist, .resourcelist {
overflow-x: auto;
overflow-y: hidden;
padding-bottom: 1em;
}
<!-- the padding in the above fix is visible (and ugly) in the gantt, so there
it's nicer to just have a disabled scrollbar -->
.gantt-tasklist, .gantt-chart {
overflow-x: scroll;
overflow-y: hidden;
}
<!-- fix a misalignment with the gantt-tasklist -->
.gantt-chart {
padding-bottom: 1px;
}
<!-- to prevent IE from showing scrollbars because the border of the table does
not fit within the container -->
.tasklist-table, .resourcelist-table {
width: 99.8%;
}
/*
div.gantt-empty-begin, div.gantt-empty-end, div.gantt-complete-done, div.gantt-complete-notdone, div.gantt-summary {
height: 1.75em;
}
div.gantt-complete-done {
height: 0.75em;
}
div.gantt-summary {
height: 0.3em;
}
*/
th.gantt-1day-header {
width: 20px;
}
th.gantt-2day-header {
width: 40px;
}
th.gantt-3day-header {
width: 60px;
}
th.gantt-4day-header {
width: 80px;
}
th.gantt-5day-header {
width: 100px;
}
th.gantt-6day-header {
width: 120px;
}
th.gantt-week-header {
width: 140px;
}
th.gantt-day-header {
width: 20px;
}
</xsl:comment>
</xsl:stylesheet>