Changeset 8052
- Timestamp:
- Aug 2, 2022, 9:56:17 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.19-stable/www/common/annotations/list_annotations.jsp
r8051 r8052 279 279 { 280 280 white-space: nowrap; 281 border-left-width: 1px; 282 border-left-style: dotted; 281 283 } 282 284 </style> … … 328 330 tooltip="Project values" 329 331 show="<%=hasProjectSpecificAnnotationType ? "always" : "never" %>" 332 style="padding: 0;" 330 333 /> 331 334 <tbl:columndef … … 417 420 /> 418 421 </tbl:cell> 419 <tbl:cell column="projectValues" >422 <tbl:cell column="projectValues" disableOverflowCheck="true" style="padding:0;"> 420 423 <div class="project-values"> 421 424 <% … … 440 443 visible="<%=annotatePermission %>" 441 444 /></div> 442 <div ></div>445 <div class="last-modified"></div> 443 446 <% 444 447 } … … 550 553 tooltip="Project values" 551 554 show="<%=hasProjectSpecificAnnotationType ? "always" : "never" %>" 555 style="padding: 0;" 552 556 /> 553 557 <tbl:columndef … … 607 611 /> 608 612 </tbl:cell> 609 <tbl:cell column="projectValues" >613 <tbl:cell column="projectValues" disableOverflowCheck="true" style="padding:0;"> 610 614 <div class="project-values"> 611 615 <% … … 630 634 visible="<%=annotatePermission %>" 631 635 /></div> 632 <div ></div>636 <div class="last-modified"></div> 633 637 <% 634 638 }
Note: See TracChangeset
for help on using the changeset viewer.