Ignore:
Timestamp:
2013-05-02T19:18:38+12:00 (11 years ago)
Author:
ak19
Message:
  1. Basic authentication when adding user comments. 2. Rearranged some divs to do with adding user comments. 3. A few default css statements for the form.
File:
1 edited

Legend:

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

    r26549 r27294  
    334334    text-transform:capitalize;
    335335}
     336
     337#usercomments {
     338    margin: 10px 0;
     339}
     340
     341.usercommentheading {
     342    font-weight: bold;
     343    color: #006666;
     344    border-top: solid 1px black;
     345}
     346
     347.usercomment {
     348    margin: 10px 0;
     349}
     350
     351#usercommentlink {
     352    margin: 10px 0 20px 0;
     353}
     354
     355#usercommentlink a {
     356 text-decoration: none;
     357 font-weight: bold;
     358}
Note: See TracChangeset for help on using the changeset viewer.