Ignore:
Timestamp:
17 Feb 2007, 15:42:31 (18 years ago)
Author:
Henrik Bettermann
Message:

new class for unsuccessful payments_view
'uniben' removed from subobject urls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/custom.css.dtml

    r805 r1431  
    2424
    2525table.registration td a:hover {
    26   text-decoration: underline;
     26  text-decoration: none;
    2727  white-space: nowrap;
    2828}
     
    6464}
    6565
     66table.registration td.unsuccessful{
     67  white-space: nowrap;
     68  color: gray;
     69  text-decoration:line-through;
     70  font-weight: bold;
     71}
     72
     73table.registration td.unsuccessful a {
     74  white-space: nowrap; 
     75  color: gray;
     76  text-decoration:line-through;
     77}
     78
     79table.registration td.unsuccessful a:visited {
     80  white-space: nowrap; 
     81  color: gray;
     82  text-decoration:line-through;
     83}
     84
     85table.registration td.unsuccessful a:hover {
     86  color: gray;
     87  text-decoration: underline;
     88  white-space: nowrap; 
     89}
     90
     91
    6692</dtml-with>
     93           
Note: See TracChangeset for help on using the changeset viewer.