Indefero

Indefero Commit Details


Date:2011-06-15 10:29:29 (13 years 10 months ago)
Author:William MARTIN
Branch:develop, feature.content-md5, feature.diff-whitespace, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.2, release-1.3
Commit:6e7c9f7c4b6a6e03461e04b80edcf4867a71e6fc
Parents: 5427aab4569cd7c974bc86b54915ce1ae56e1bb7
Message:Use css instead of  

Changes:

File differences

src/IDF/templates/idf/issues/summary.html
2323
2424
2525
26
26
2727
2828
2929
......
5252
5353
5454
55
55
5656
5757
5858
......
7979
8080
8181
82
82
8383
8484
8585
            <td style="width:{$value[1] * 0.8 + 1}%" class="graph-color" valign="center">
            <div class="colour-bar"></div>
            </td>
            <td>&nbsp;&nbsp;&nbsp;{$value[1]}%</td>
            <td class="graph-percent">{$value[1]}%</td>
            </tr>
            </tbody>
            </table>
            <td style="width:{$value[1] * 0.8 + 1}%" class="graph-color" valign="center">
            <div class="colour-bar"></div>
            </td>
            <td>&nbsp;&nbsp;&nbsp;{$value[1]}%</td>
            <td class="graph-percent">{$value[1]}%</td>
            </tr>
            </tbody>
            </table>
            <td style="width:{$value[1] * 0.8 + 1}%" class="graph-color" valign="center">
            <div class="colour-bar"></div>
            </td>
            <td>&nbsp;&nbsp;&nbsp;{$value[1]}%</td>
            <td class="graph-percent">{$value[1]}%</td>
            </tr>
            </tbody>
            </table>
www/media/idf/css/style.css
11461146
11471147
11481148
1149
1149
11501150
11511151
11521152
1153
1154
1155
1156
    padding: 0;
}
td.graph-color {
table.issue-summary td.graph-color {
    background: #3C78B5;
}
table.issue-summary td.graph-percent {
    padding-left: 1em;
}

Archive Download the corresponding diff file

Page rendered in 0.15495s using 13 queries.