Ignore:
Timestamp:
04/18/08 11:47:51 (16 years ago)
Author:
niltonneto
Message:
 
Location:
trunk/instant_messenger/templates/default
Files:
3 added
2 edited

Legend:

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

    r260 r268  
    8181} 
    8282 
     83.button_sendMessage 
     84{ 
     85        background: url(../images/barn.gif) repeat top center; 
     86        height: 20px; 
     87        width: 50px; 
     88        color: #fff !important; 
     89        font: 9pt Verdana, arial, helvetica, serif; 
     90        font-weight: bold; 
     91        cursor: pointer; 
     92} 
     93 
     94.div_sendMessage 
     95{ 
     96        float:right; 
     97        position: relative; 
     98        margin-top: 3px; 
     99        margin-left: 60px; 
     100} 
     101 
    83102.history 
    84103{ 
     
    100119        height: 46px;  
    101120        cursor: text; 
    102  
    103  
    104121} 
    105122 
Note: See TracChangeset for help on using the changeset viewer.