Ignore:
Timestamp:
06/10/08 16:41:40 (16 years ago)
Author:
niltonneto
Message:

Correções críticas para funcionalidades já existentes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/instant_messenger/templates/default/css/window.css

    r305 r311  
    2121} 
    2222 
     23#instant_messenger_content .icon 
     24{ 
     25        position:absolute !important; 
     26        height: 15px; 
     27        width: 15px; 
     28} 
     29 
    2330#instant_messenger_content .titulo 
    2431{ 
     
    2734        font: 8pt Verdana, Arial, Helvetica, sans-serif; 
    2835        height: 20px; 
    29         margin: 0px 0px; 
    30         padding: 0px 0px 0px 5px; 
     36        line-height: 1.5em; 
     37        margin: 0 0; 
    3138        overflow: hidden; 
     39        padding: 0 0 0 5px; 
     40} 
     41 
     42#instant_messenger_content .titulo span 
     43{ 
     44        float:left; 
     45        margin-left: 17px; 
    3246} 
    3347 
Note: See TracChangeset for help on using the changeset viewer.