Changeset 8052


Ignore:
Timestamp:
Aug 2, 2022, 9:56:17 AM (8 months ago)
Author:
Nicklas Nordborg
Message:

References #2279: Manage project-specific annotations

Fixes some display issues with borders and padding for the "Last modified" column.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.19-stable/www/common/annotations/list_annotations.jsp

    r8051 r8052  
    279279    {
    280280      white-space: nowrap;
     281      border-left-width: 1px;
     282      border-left-style: dotted;
    281283    }
    282284  </style>
     
    328330            tooltip="Project values"
    329331            show="<%=hasProjectSpecificAnnotationType ? "always" : "never" %>"
     332            style="padding: 0;"
    330333          />
    331334          <tbl:columndef
     
    417420                    />
    418421                  </tbl:cell>
    419                   <tbl:cell column="projectValues">
     422                  <tbl:cell column="projectValues" disableOverflowCheck="true" style="padding:0;">
    420423                    <div class="project-values">
    421424                    <%
     
    440443                            visible="<%=annotatePermission %>"
    441444                          /></div>
    442                         <div></div>
     445                        <div class="last-modified"></div>
    443446                        <%
    444447                      }
     
    550553              tooltip="Project values"
    551554              show="<%=hasProjectSpecificAnnotationType ? "always" : "never" %>"
     555              style="padding: 0;"
    552556            />
    553557            <tbl:columndef
     
    607611                      />
    608612                    </tbl:cell>
    609                     <tbl:cell column="projectValues">
     613                    <tbl:cell column="projectValues" disableOverflowCheck="true" style="padding:0;">
    610614                      <div class="project-values">
    611615                      <%
     
    630634                              visible="<%=annotatePermission %>"
    631635                            /></div>
    632                           <div></div>
     636                          <div class="last-modified"></div>
    633637                          <%
    634638                        }
Note: See TracChangeset for help on using the changeset viewer.