Ignore:
Timestamp:
2017-03-27T18:01:36+13:00 (7 years ago)
Author:
ak19
Message:

Some commits ahead of further changes: 1. Kathy came up with better name for GS2Construct.java method (to be refactored) that's more descriptive of the multiple tasks it performs. Removed unused paramter. 2. Javascript user_comments.js displays the heading for the comments section only when appropriate, which is when there is a comment history or when the form to add a comment is shown. Otherwise only the Add Comment link will be shown. 3. Changed core.css colours of links and headings in comments section to better match GS3. 4. document.xsl needs to display usercomments section not just for simple docs but also for wrapped docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/style/core.css

    r31537 r31540  
    12531253.usercommentheading {
    12541254    font-weight: bold;
    1255     color: #006666;
     1255    color: #3c8700;
    12561256    border-top: solid 1px black;
    12571257}
     
    12681268 text-decoration: none;
    12691269 font-weight: bold;
    1270  color: #006666;
     1270 color: #3c8700;
    12711271}
    12721272#usercommentlink a:visited, #usercommentlogoutlink a:visited {
    1273     color: #006666;
     1273    color: #3c8700;
    12741274}
    12751275
Note: See TracChangeset for help on using the changeset viewer.