Differences From Artifact [23c54b3bc1]:
- File src/style.c — part of check-in [12fb5d04e3] at 2015-01-03 23:54:11 on branch trunk — New design for the /brlist webpage that shows the branches in age order and shows their current status. (user: drh size: 38774)
To Artifact [f0b8a04100]:
- File src/style.c — part of check-in [965905c884] at 2015-01-04 20:54:00 on branch trunk — Enhance the /brlist output to show a count of the number of check-ins on each branch, and to separate the "Status" and "Resolution" into separate columns, with the "Status" column being sortable. Enhance the SortableTable() javascript to always sort ASC on initial click and only go to DESC on a second click of the same column. (user: drh size: 38808) [more...]
︙ | ︙ | |||
1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 | @ max-width: 50%; }, { ".brlist table", "The list of branches", @ border-spacing: 0; }, { ".brlist table th", "Branch list table headers", @ text-align: left; }, { ".brlist table td", "Branch list table headers", @ padding: 0px 2em 0px 0px; }, { 0, 0, 0 | > | 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 | @ max-width: 50%; }, { ".brlist table", "The list of branches", @ border-spacing: 0; }, { ".brlist table th", "Branch list table headers", @ text-align: left; @ padding: 0px 1em 0.5ex 0px; }, { ".brlist table td", "Branch list table headers", @ padding: 0px 2em 0px 0px; }, { 0, 0, 0 |
︙ | ︙ |