Ignore:
Timestamp:
04/28/09 17:15:52 (15 years ago)
Author:
niltonneto
Message:

Resolve #475

Location:
sandbox/expresso/novos_templates
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sandbox/expresso/novos_templates

    • Property svn:ignore set to
      header.inc.php
      .svnignore
  • sandbox/expresso/novos_templates/expressoMail1_2/templates/default/main.css

    r220 r773  
    4747        background-color: #5194d2; 
    4848} 
     49.show_img_link{ 
     50        width : 100%; 
     51        color: black; 
     52        font-weight: bold; 
     53        background-color: #ffc; 
     54        border-bottom:1px solid #cfcfcf; 
     55        cursor: pointer;                  
     56        -moz-user-select: none; 
     57} 
    4958/* end class msgs */ 
     59 
     60.show_img_link:hover { 
     61        color: #000 !important; 
     62} 
    5063 
    5164.action_info_table { 
     
    357370        color: blue; 
    358371        white-space: nowrap; 
     372        /*padding:0 1.8;*/ 
     373} 
     374.message_options_trash, 
     375.message_options_import, 
     376.message_options_export, 
     377.message_options_print, 
     378.message_options_move { 
     379        padding:0pt 1pt 1pt 8pt; 
     380} 
     381.message_options_inactive { 
     382         white-space: nowrap; 
     383        color: #999; 
     384} 
     385 
     386.message_options_active { 
     387        white-space: nowrap;     
     388        color: blue; 
     389        cursor: pointer; 
     390} 
     391 
     392.message_options_over { 
     393        cursor: pointer; 
     394        color: blue; 
     395        white-space: nowrap; 
     396        font-weight: bold; 
     397        text-decoration: underline; 
    359398} 
    360399 
     
    423462        height:15px !important; 
    424463} 
     464 
     465 
     466 
     467.l { 
     468        background-image: url() !important; 
     469        padding: 0 13 0 0 !important; 
     470        font-weight: bold !important; 
     471        font-size: 10px !important; 
     472        color: #666 !important; 
     473        text-decoration: none !important; 
     474        font-family: sans-serif !important; 
     475} 
     476.sl { 
     477        background-image: url() !important;  
     478        padding: 0 13 0 0 !important; 
     479        font-weight: bold !important; 
     480        font-size: 10px !important; 
     481        color: #0000FF !important; 
     482        font-family: sans-serif !important; 
     483} 
Note: See TracChangeset for help on using the changeset viewer.