ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
application.css.patch
application.css.new 2012-03-08 15:28:52.000000000 -0500 | ||
---|---|---|
105 | 105 |
tr.project td.name a { white-space:nowrap; } |
106 | 106 | |
107 | 107 |
tr.project.idnt td.name span {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;} |
108 |
tr.project.idnt-1 td.name {padding-left: 0.5em;} |
|
109 |
tr.project.idnt-2 td.name {padding-left: 2em;} |
|
110 |
tr.project.idnt-3 td.name {padding-left: 3.5em;} |
|
111 |
tr.project.idnt-4 td.name {padding-left: 5em;} |
|
112 |
tr.project.idnt-5 td.name {padding-left: 6.5em;} |
|
113 |
tr.project.idnt-6 td.name {padding-left: 8em;} |
|
114 |
tr.project.idnt-7 td.name {padding-left: 9.5em;} |
|
115 |
tr.project.idnt-8 td.name {padding-left: 11em;} |
|
116 |
tr.project.idnt-9 td.name {padding-left: 12.5em;} |
|
108 |
tr.project.idnt-1 td.name {padding-left: 0.5em !important;}
|
|
109 |
tr.project.idnt-2 td.name {padding-left: 2em !important;}
|
|
110 |
tr.project.idnt-3 td.name {padding-left: 3.5em !important;}
|
|
111 |
tr.project.idnt-4 td.name {padding-left: 5em !important;}
|
|
112 |
tr.project.idnt-5 td.name {padding-left: 6.5em !important;}
|
|
113 |
tr.project.idnt-6 td.name {padding-left: 8em !important;}
|
|
114 |
tr.project.idnt-7 td.name {padding-left: 9.5em !important;}
|
|
115 |
tr.project.idnt-8 td.name {padding-left: 11em !important;}
|
|
116 |
tr.project.idnt-9 td.name {padding-left: 12.5em !important;}
|
|
117 | 117 | |
118 | 118 |
tr.issue { text-align: center; white-space: nowrap; } |
119 | 119 |
tr.issue td.subject, tr.issue td.category, td.assigned_to { white-space: normal; } |
... | ... | |
121 | 121 |
tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;} |
122 | 122 | |
123 | 123 |
tr.issue.idnt td.subject a {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;} |
124 |
tr.issue.idnt-1 td.subject {padding-left: 0.5em;} |
|
125 |
tr.issue.idnt-2 td.subject {padding-left: 2em;} |
|
126 |
tr.issue.idnt-3 td.subject {padding-left: 3.5em;} |
|
127 |
tr.issue.idnt-4 td.subject {padding-left: 5em;} |
|
128 |
tr.issue.idnt-5 td.subject {padding-left: 6.5em;} |
|
129 |
tr.issue.idnt-6 td.subject {padding-left: 8em;} |
|
130 |
tr.issue.idnt-7 td.subject {padding-left: 9.5em;} |
|
131 |
tr.issue.idnt-8 td.subject {padding-left: 11em;} |
|
132 |
tr.issue.idnt-9 td.subject {padding-left: 12.5em;} |
|
124 |
tr.issue.idnt-1 td.subject {padding-left: 0.5em !important;}
|
|
125 |
tr.issue.idnt-2 td.subject {padding-left: 2em !important;}
|
|
126 |
tr.issue.idnt-3 td.subject {padding-left: 3.5em !important;}
|
|
127 |
tr.issue.idnt-4 td.subject {padding-left: 5em !important;}
|
|
128 |
tr.issue.idnt-5 td.subject {padding-left: 6.5em !important;}
|
|
129 |
tr.issue.idnt-6 td.subject {padding-left: 8em !important;}
|
|
130 |
tr.issue.idnt-7 td.subject {padding-left: 9.5em !important;}
|
|
131 |
tr.issue.idnt-8 td.subject {padding-left: 11em !important;}
|
|
132 |
tr.issue.idnt-9 td.subject {padding-left: 12.5em !important;}
|
|
133 | 133 | |
134 | 134 |
tr.entry { border: 1px solid #f8f8f8; } |
135 | 135 |
tr.entry td { white-space: nowrap; } |