Fossil SCM
For the ellipses in timelines from three bullet characters.
Commit
cef3d63c545b8e0fc09c6b693800e9786ba6bee8fdafe261b9a124b6af369c03
Parent
6eaad787a8379d2…
2 files changed
+2
-2
+2
-2
+2
-2
| --- src/finfo.c | ||
| +++ src/finfo.c | ||
| @@ -526,12 +526,12 @@ | ||
| 526 | 526 | @ <span class="timelineComment timelineCheckinComment">%W(zCom)</span> |
| 527 | 527 | if( bHashAfterComment && zUuid ){ |
| 528 | 528 | hyperlink_to_uuid(zUuid); |
| 529 | 529 | } |
| 530 | 530 | if( bShowDetail ){ |
| 531 | - @ <a class='anticlutter' id='ellipsis-%d(frid)' \ | |
| 532 | - @ onclick='expandEllipsis(%d(frid))'>...</a> | |
| 531 | + @ <a class='timelineEllipsis anticlutter' id='ellipsis-%d(frid)' \ | |
| 532 | + @ onclick='expandEllipsis(%d(frid))'>•••</a> | |
| 533 | 533 | if( bSeparateDetail ){ |
| 534 | 534 | if( zBgClr && zBgClr[0] ){ |
| 535 | 535 | @ <td class="timelineTableCell timelineDetailCell" |
| 536 | 536 | @ style="background-color: %h(zBgClr);"> |
| 537 | 537 | }else{ |
| 538 | 538 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -526,12 +526,12 @@ | |
| 526 | @ <span class="timelineComment timelineCheckinComment">%W(zCom)</span> |
| 527 | if( bHashAfterComment && zUuid ){ |
| 528 | hyperlink_to_uuid(zUuid); |
| 529 | } |
| 530 | if( bShowDetail ){ |
| 531 | @ <a class='anticlutter' id='ellipsis-%d(frid)' \ |
| 532 | @ onclick='expandEllipsis(%d(frid))'>...</a> |
| 533 | if( bSeparateDetail ){ |
| 534 | if( zBgClr && zBgClr[0] ){ |
| 535 | @ <td class="timelineTableCell timelineDetailCell" |
| 536 | @ style="background-color: %h(zBgClr);"> |
| 537 | }else{ |
| 538 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -526,12 +526,12 @@ | |
| 526 | @ <span class="timelineComment timelineCheckinComment">%W(zCom)</span> |
| 527 | if( bHashAfterComment && zUuid ){ |
| 528 | hyperlink_to_uuid(zUuid); |
| 529 | } |
| 530 | if( bShowDetail ){ |
| 531 | @ <a class='timelineEllipsis anticlutter' id='ellipsis-%d(frid)' \ |
| 532 | @ onclick='expandEllipsis(%d(frid))'>•••</a> |
| 533 | if( bSeparateDetail ){ |
| 534 | if( zBgClr && zBgClr[0] ){ |
| 535 | @ <td class="timelineTableCell timelineDetailCell" |
| 536 | @ style="background-color: %h(zBgClr);"> |
| 537 | }else{ |
| 538 |
+2
-2
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -554,12 +554,12 @@ | ||
| 554 | 554 | |
| 555 | 555 | /* Generate extra information and hyperlinks to follow the comment. |
| 556 | 556 | ** Example: "(check-in: [abcdefg], user: drh, tags: trunk)" |
| 557 | 557 | */ |
| 558 | 558 | if( bShowDetail ){ |
| 559 | - @ <a class='anticlutter' id='ellipsis-%d(rid)' \ | |
| 560 | - @ onclick='expandEllipsis(%d(rid))'>...</a> | |
| 559 | + @ <a class='timelineEllipsis anticlutter' id='ellipsis-%d(rid)' \ | |
| 560 | + @ onclick='expandEllipsis(%d(rid))'>•••</a> | |
| 561 | 561 | if( bSeparateDetail ){ |
| 562 | 562 | if( zBgClr && zBgClr[0] && rid!=selectedRid ){ |
| 563 | 563 | @ <td class="timelineTableCell timelineDetailCell" |
| 564 | 564 | @ style="background-color: %h(zBgClr);"> |
| 565 | 565 | }else{ |
| 566 | 566 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -554,12 +554,12 @@ | |
| 554 | |
| 555 | /* Generate extra information and hyperlinks to follow the comment. |
| 556 | ** Example: "(check-in: [abcdefg], user: drh, tags: trunk)" |
| 557 | */ |
| 558 | if( bShowDetail ){ |
| 559 | @ <a class='anticlutter' id='ellipsis-%d(rid)' \ |
| 560 | @ onclick='expandEllipsis(%d(rid))'>...</a> |
| 561 | if( bSeparateDetail ){ |
| 562 | if( zBgClr && zBgClr[0] && rid!=selectedRid ){ |
| 563 | @ <td class="timelineTableCell timelineDetailCell" |
| 564 | @ style="background-color: %h(zBgClr);"> |
| 565 | }else{ |
| 566 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -554,12 +554,12 @@ | |
| 554 | |
| 555 | /* Generate extra information and hyperlinks to follow the comment. |
| 556 | ** Example: "(check-in: [abcdefg], user: drh, tags: trunk)" |
| 557 | */ |
| 558 | if( bShowDetail ){ |
| 559 | @ <a class='timelineEllipsis anticlutter' id='ellipsis-%d(rid)' \ |
| 560 | @ onclick='expandEllipsis(%d(rid))'>•••</a> |
| 561 | if( bSeparateDetail ){ |
| 562 | if( zBgClr && zBgClr[0] && rid!=selectedRid ){ |
| 563 | @ <td class="timelineTableCell timelineDetailCell" |
| 564 | @ style="background-color: %h(zBgClr);"> |
| 565 | }else{ |
| 566 |