Ignore:
Timestamp:
05/24/11 13:54:20 (13 years ago)
Author:
adriano
Message:

Ticket #812 - Melhorias nas interfaces de leitura e composiacao de email do Expresso Mail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/expressoMail1_2/templates/default/main.css

    r4230 r4493  
     1@import url("expressomail.css"); 
     2 
    13pre{ 
    24        white-space: pre-wrap !important; /* css-3 */ 
     
    98100        width : 100%; 
    99101        color: black; 
    100         font-weight: bold; 
     102        font-weight: bold; 
    101103        background-color: #ffc; 
    102104        border-bottom:1px solid #cfcfcf; 
     
    154156        table-layout: fixed; 
    155157} 
    156 .font-menu 
    157 { 
    158     color: #000; 
    159 } 
    160  
    161 .font-menu-sel 
    162 { 
    163         color:#0000FF; 
     158.font-menu { 
     159        color:#000; 
     160} 
     161 
     162.font-menu-sel { 
     163        color:#0000FF; 
    164164} 
    165165 
     
    175175} 
    176176 
    177 .menu-sel 
    178 { 
     177.menu-sel{ 
    179178    text-decoration: none; 
    180179    text-align: center; 
     
    191190    cursor: pointer;     
    192191} 
    193 .menu 
    194 { 
     192.menu{ 
    195193    text-decoration: none; 
    196194    text-align: center; 
     
    207205} 
    208206 
    209 .last_menu 
    210 { 
     207.last_menu{ 
    211208        border-bottom: 1px solid #4a79b1; 
    212209        -moz-border-radius: 0px 0px 0px 0px; 
    213210} 
    214211 
    215  
    216 .table_message{ 
    217         background-image: url(../../../phpgwapi/templates/default/images/fundo_msg.png); 
    218         padding: 1px; 
    219         cursor: default; 
    220         border-width: 1px 1px 1px 1px; 
    221         border-spacing: 0px 0px; 
    222         border-style: outset outset outset outset; 
    223         border-color: gray gray gray gray; 
    224         border-collapse: separate; 
    225         -moz-border-radius: 3px 3px 3px 3px; 
    226 } 
    227212.table_top{ 
    228213        background-color: #FFFFFF; 
     
    259244} 
    260245 
    261 .suggestion_list 
    262 { 
     246.suggestion_list{ 
    263247background: white; 
    264248border: 1px solid; 
     
    266250} 
    267251         
    268 .suggestion_list ul 
    269 { 
     252.suggestion_list ul{ 
    270253padding: 0; 
    271254margin: 0; 
     
    273256} 
    274257 
    275 .suggestion_list a 
    276 { 
     258.suggestion_list a{ 
    277259text-decoration: none; 
    278260color: navy; 
    279261} 
    280262 
    281 .suggestion_list .selected 
    282 { 
     263.suggestion_list .selected{ 
    283264background: navy; 
    284265color: white; 
     
    286267         
    287268         
    288 .suggestion_list .selected a 
    289 { 
     269.suggestion_list .selected a{ 
    290270color: white; 
    291271} 
    292272 
    293 #autosuggest 
    294 { 
     273#autosuggest{ 
    295274display: none; 
    296275}  
     
    356335} 
    357336 
    358 .menu-folders 
    359 { 
     337.menu-folders{ 
    360338        text-align: center; 
    361339        text-decoration: none; 
     
    557535.sl { 
    558536        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folderopen.png); 
    559  
    560 } 
    561 .dsused 
    562 { 
    563         background-image: url(../../../expressoMail1_2/templates/default/images/dsused.gif); 
    564 } 
    565  
    566 .divAppboxHeader 
    567 {       font-style:italic;       
     537} 
     538.dsused { 
     539        background-image: url(../../../expressoMail1_2/templates/default/images/dsused.gif); 
     540} 
     541 
     542.divAppboxHeader{ 
     543        font-style:italic;       
    568544        font-weight:normal; 
    569545        font-variant: small-caps;        
     
    578554        input[type="file"] 
    579555        { 
    580                       width:500px; 
     556                width:500px; 
    581557        } 
    582558} 
Note: See TracChangeset for help on using the changeset viewer.