Ignore:
Timestamp:
06/06/08 13:54:09 (16 years ago)
Author:
niltonneto
Message:

Correçoes

File:
1 edited

Legend:

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

    r260 r305  
    2323#instant_messenger_content .titulo 
    2424{ 
     25        background: #b4cfe5; 
     26        cursor: pointer; 
    2527        font: 8pt Verdana, Arial, Helvetica, sans-serif; 
    26         background: #b4cfe5; 
     28        height: 20px; 
    2729        margin: 0px 0px; 
    2830        padding: 0px 0px 0px 5px; 
    29         cursor: pointer; 
    30         height: 20px; 
     31        overflow: hidden; 
    3132} 
    3233 
     
    3435{ 
    3536        cursor: pointer; 
    36         float: left; 
     37        float: right; 
    3738        margin-right: 2px; 
    3839        position: relative; 
    3940        width: 13px; 
    4041        height:13px; 
     42} 
     43 
     44#instant_messenger_content .buttons 
     45{ 
     46        position:absolute !important; 
     47        right:3px !important; 
     48        width:50px !important; 
    4149} 
    4250 
     
    7078        margin: 0px 5px; 
    7179        cursor: default; 
     80        overflow: auto; 
    7281} 
    7382 
Note: See TracChangeset for help on using the changeset viewer.