Changeset 27347


Ignore:
Timestamp:
2013-05-15T14:38:33+12:00 (11 years ago)
Author:
ak19
Message:

Adjusting the style of the user comments form to fix font sizes and sans-serif use, so that the user comments area looks more consistent across collections.

Location:
main/trunk/greenstone2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/macros/document.dm

    r27307 r27347  
    153153
    154154_usercommentform_ {
    155 <form name="AddUserCommentForm">
     155<form name="AddUserCommentForm" id="usercommentform">
    156156<!--<p>_textcommentusername_ <input type="text" name="username"></p>-->
    157157<input type=hidden name="username" value="_cgiargun_">
  • main/trunk/greenstone2/web/style/style.css

    r27297 r27347  
    335335}
    336336
     337/* User comments area: display of existing user comments and display of the form and of the add user/logout links */
     338
     339#usercomments, #usercommentform, #usercommentlink a, #usercommentlogoutlink a {
     340    font-family: sans-serif;
     341    font-size: 12px;
     342}
     343
    337344#usercomments {
    338345    margin: 10px 0;
Note: See TracChangeset for help on using the changeset viewer.