Changeset 2276 for trunk/phpgwapi


Ignore:
Timestamp:
03/17/10 10:26:36 (14 years ago)
Author:
rodsouza
Message:

Ticket #989 - Removendo regras de estilo redundantes ao tema celepar no template classic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/classic/css/celepar.css

    r2275 r2276  
    352352.dsused 
    353353{ 
    354                 background-image: url(../../../../expressoMail1_2/templates/default/images/dsused_classic.gif) !important; 
     354        background-image: url(../../../../expressoMail1_2/templates/default/images/dsused_classic.gif) !important; 
    355355} 
    356356#fmLocation 
     
    566566.table_message{ 
    567567        background-color: #CCCCCC !important; 
     568                background-image: none !important; 
    568569        padding: 1px !important; 
    569570        cursor: default !important; 
     
    577578 
    578579.image-menu { 
    579         padding: 3px 0px 3px 5px !important; 
    580         border-top: 1px solid #000000 !important; 
     580        padding: 3px 0px 3px 5px !important; 
     581        border-top: 1px solid #000000 !important; 
    581582        border-right: 1px solid #000000 !important; 
    582583        border-left: 1px solid #000000 !important; 
    583         border-bottom: 1px solid #000000 !important; 
    584        -moz-border-radius: 9px 9px 9px 9px !important; 
    585 } 
     584        border-bottom: 1px solid #000000 !important; 
     585        -moz-border-radius: 9px 9px 9px 9px !important; 
     586} 
     587 
     588.image-menu, 
     589.menu-degrade 
     590{ 
     591        background-image: none !important; 
     592} 
     593 
    586594.content-menu-td { 
    587595        border: 1px solid #f7f7f7 !important; 
     
    591599        background: none !important; 
    592600        padding: 4px !important; 
    593         width:162px !important; 
    594         border-top: 1px solid #000000 !important; 
     601        width:162px !important; 
     602        border-top: 1px solid #000000 !important; 
    595603        border-right: 1px solid #000000 !important; 
    596604        border-left: 1px solid #000000 !important; 
    597         border-bottom: 1px solid #000000 !important; 
     605        border-bottom: 1px solid #000000 !important; 
    598606        -moz-border-radius: 9px 9px 9px 9px !important; 
    599         position: relative !important; 
    600         overflow: auto !important; 
     607        position: relative !important; 
     608        overflow: auto !important; 
    601609} 
    602610 
     
    613621        color:blue !important; 
    614622        font-weight: normal !important; 
    615         background-image: none !important; 
     623        background-image: none !important; 
    616624        padding:0 7 0 0 !important; 
    617625} 
    618626.l{ 
    619         background-image: none !important; 
    620         color: #666666 !important; 
     627        background-image: none !important; 
     628        color: #666666 !important; 
    621629 
    622630} 
    623631.sl 
    624632{ 
    625         background-image: none !important; 
     633        background-image: none !important; 
    626634        color: blue !important; 
    627635} 
    628 .image-menu, 
    629 .menu-degrade 
    630 { 
    631         background-image: none !important; 
    632 } 
    633  
    634 .dsused 
    635 { 
    636         background-image: url(../../../../expressoMail1_2/templates/default/images/dsused_classic.gif) !important; 
    637 } 
    638 .table_message { 
    639         background-image: none !important; 
    640 } 
     636 
    641637.tr_msg_read2, 
    642638.tr_msg_read { 
Note: See TracChangeset for help on using the changeset viewer.