Ignore:
Timestamp:
Nov 25, 2010, 10:26:29 PM (13 years ago)
Author:
rvelices
Message:

-fix css rules

  • comment_list.tpl style was broken
  • picture_nav_buttons.tpl shorter javascript
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/theme.css

    r7869 r7877  
    301301        display: table-cell;/* block prevents vertical-align here */
    302302        vertical-align: middle;/* Ok with Opera and Geko not IE6 */
    303         border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
     303        border-radius: 4px;     /* round corners with CSS3 compliant browsers */
    304304        -moz-border-radius: 4px;        /* round corners with Geko */
    305305        -webkit-border-radius: 4px; /* Safari webkit project */
     
    400400        padding:0;
    401401        border:0;
     402        color:inherit;
     403        background-color:transparent !important;        /* Konqueror doesn't accept transparent here */
    402404}
    403405
     
    418420        background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px;
    419421}
     422
    420423
    421424/**
     
    652655}
    653656
    654 #thePopuphelpPage P {
    655         text-align: justify;
     657#thePopuphelpPage P, #theNotificationPage P {
    656658        padding: 0.5em;
    657659}
    658660
    659 #thePopuphelpPage LI {
    660         margin-bottom: 0.5em;
    661 }
    662 
    663 #theNotificationPage P {
    664         padding: 0.5em;
     661#theNotificationPage DL, #thePopuphelpPage DL {
     662        margin: 0 25px 25px;
    665663}
    666664
     
    696694
    697695#theHeader {text-align: center;}
    698 
    699 #theNotificationPage DL, #thePopuphelpPage DL {
    700         margin: 0 25px 25px;
    701 }
    702696
    703697.content #comments UL.thumbnailCategories LI { width:99%; }
     
    772766}
    773767
    774 /* rate buttons displayed like links */
    775 .rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty {
    776         color:inherit;
    777         background-color:transparent !important;        /* Konqueror doesn't accept transparent here */
    778 }
    779768
    780769.errors { /* Errors display */
Note: See TracChangeset for help on using the changeset viewer.