Changeset 1514


Ignore:
Timestamp:
10/19/09 15:30:18 (15 years ago)
Author:
amuller
Message:

Ticket #475 - Correção de cor errada do link enviar criado por um commit desconhecido

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/templates/default/main.css

    r1402 r1514  
    482482input.em_button_like_span { 
    483483        border:0px none !important; 
    484         margin: 0px !important; 
    485         padding:0px !important; 
    486         color:#114fa4 !important; 
    487         background:transparent none repeat scroll 0% !important; 
    488         font-family:Verdana,Arial,Helvetica,sans-serif !important; 
    489         font-size:11px !important; 
    490         height:15px !important; 
    491         font-weight: bold; 
     484        margin: 0px; 
     485        padding:0px; 
     486        color:#114fa4; 
     487        background:transparent none repeat scroll 0%; 
     488        font-family:Verdana,Arial,Helvetica,sans-serif; 
     489        font-size:11px; 
     490        height:15px; 
     491        font-weight: bold !important; 
    492492} 
    493493 
  • trunk/phpgwapi/templates/default/css/metropole.css

    r1195 r1514  
    6161        border: 1px #bbbbbb solid !important; 
    6262} 
    63  
     63input.em_button_like_span { 
     64        color: #FFF !important; 
     65 
     66} 
    6467input[type=submit],input[type=button],button 
    6568{ 
  • trunk/phpgwapi/templates/default/css/rochas.css

    r1195 r1514  
    6060{ 
    6161        font-size: 11px !important;  
    62         color: #006699 !important;  
     62        color: #006699 !important; 
    6363        font-family: Arial, Helvetica, sans-serif !important; 
    6464        border: 1px #bbbbbb solid !important; 
    6565} 
    66  
     66input.em_button_like_span { 
     67        color:#886633 !important; 
     68} 
    6769input[type=submit],input[type=button],button 
    6870{ 
Note: See TracChangeset for help on using the changeset viewer.