Ignore:
Timestamp:
2013-05-03T21:28:37+12:00 (11 years ago)
Author:
ak19
Message:

Username field should not be cleared as it's no longer hidden and stores the logged in user. Also added a logout for the add comments feature, but there's probably a better way to do this, though the admin pages don't provide a logout and require you to log in repeatedly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/web/style/style.css

    r27294 r27297  
    349349}
    350350
    351 #usercommentlink {
     351#usercommentlink, #usercommentlogoutlink {
    352352    margin: 10px 0 20px 0;
    353353}
    354354
    355 #usercommentlink a {
     355#usercommentlink a, #usercommentlogoutlink a {
    356356 text-decoration: none;
    357357 font-weight: bold;
    358358}
     359#usercommentlink a:visited, #usercommentlogoutlink a:visited {
     360    color: #006666;
     361}
Note: See TracChangeset for help on using the changeset viewer.