Ignore:
Timestamp:
Nov 11, 2011, 7:11:38 PM (12 years ago)
Author:
mistic100
Message:

display thumbnails on mails and subscriptions list
fix misplaced field on comment form
move management link to profile page

File:
1 edited

Legend:

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

    r12600 r12607  
    99
    1010.subscriptions_list TD {
    11         padding: 0 5px;
     11        padding:5px 5px 2px 5px;
     12  vertical-align:center;
    1213}
    1314
     
    1617}
    1718
    18 .subscriptions_list TH {
    19   padding:7px 5px;
    20 }
     19.row2 { background-color:#222; }
     20.row1 { background-color:#333; }
    2121
    22 .row2 { background-color: #222; }
    23 .throw, .row1 { background-color:#111;  }
    24 
    25 p {
     22.stc p {
    2623  text-align:center;
    2724}
    2825
    29 label {
     26.stc label {
    3027  display:block;
    3128}
     29
     30img.thumbnail {
     31  max-width:120px;
     32  max-height:90px;
     33}
Note: See TracChangeset for help on using the changeset viewer.