Ignore:
Timestamp:
Jun 22, 2012, 4:10:24 PM (12 years ago)
Author:
mistic100
Message:

-add option to remove rating
-improve message header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GuestBook/template/style.css

    r15940 r15948  
    1818  margin:0;
    1919  cursor:pointer;
    20   border-bottom-width:1px;
    21   border-bottom-style:dotted;
    2220  text-align:center;
    2321}
     
    5250  list-style:none;
    5351}
    54 
    55 .commentElement .description {
    56   padding:7px !important;
    57 }
    58 
    59 .commentElement .commentHeader  {
    60   background:#444;
    61   margin:-7px;
    62   margin-bottom:0;
    63   padding:3px;
    64   color:#ddd;
    65   border-radius:5px 5px 0 0;
    66 }
    67 
    68 .commentElement .commentHeader a {
    69   color:#FFE093;
    70 }
     52  .commentElement .description {
     53    padding:7px !important;
     54  }
     55  .commentHeader  {
     56    background:#444;
     57    margin:-7px;
     58    margin-bottom:0;
     59    padding:6px;
     60    color:#ddd;
     61    border-radius:5px 5px 0 0;
     62  }
     63  .commentAuthor {
     64    font-size:1.1em;
     65  }
     66  .commentDate {
     67    font-size:0.9em;
     68  }
     69  .commentHeader a {
     70    color:#FFE093;
     71  }
Note: See TracChangeset for help on using the changeset viewer.