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

Correçoes

Location:
trunk/instant_messenger/templates/default
Files:
1 added
2 deleted
3 edited

Legend:

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

    r287 r305  
    11/***** Chat  *****/ 
    22 
    3 .avatar 
     3.chat_buttons 
    44{ 
    5         width:  49px; 
    6         height: 65px; 
    7         margin: 2px; 
    8         border: 1px solid; 
    9         border-color: #cecece; 
     5        cursor: pointer; 
     6        float: left; 
     7        height: 20px; 
     8        margin: 2px 2px 0 0; 
     9        position: relative; 
     10        width:  25px; 
    1011} 
    1112 
     
    1314{ 
    1415        background: url(../images/bold.gif) no-repeat top center; 
    15         height: 20px;  
    16         width:  25px;  
    17         float: left; 
    18         position: relative; 
    19         margin-top: 2px; 
    20         margin-right: 2px; 
    21         cursor: pointer; 
     16        display: none; 
    2217} 
    2318 
     
    2520{ 
    2621        background: url(../images/italicize.gif) no-repeat top center; 
    27         height: 20px;  
    28         width:  25px;  
    29         float: left; 
    30         position: relative; 
    31         margin-top: 2px; 
    32         margin-right: 2px; 
    33         cursor: pointer; 
     22        display: none; 
    3423} 
    3524 
     
    3726{ 
    3827        background: url(../images/underline.gif) no-repeat top center; 
    39         height: 20px; 
    40         width:  25px; 
    41         float: left; 
    42         margin-top: 2px; 
    43         margin-right: 2px; 
    44         position: relative; 
    45         cursor: pointer; 
     28        display: none; 
    4629} 
    4730 
     
    4932{ 
    5033        background: url(../images/color.gif) no-repeat top center; 
    51         height: 20px; 
    52         width: 25px; 
    53         float: left; 
    54         position: relative; 
    55         margin-top: 2px; 
    56         margin-right: 2px; 
    57         cursor: pointer; 
     34        display: none; 
    5835} 
    5936 
     
    6138{ 
    6239        background: url(../images/emoticonlabel.gif) no-repeat top center; 
    63         height: 19px; 
    64         width: 21px; 
    65         float: left; 
    66         position: relative; 
    67         margin-top: 2px; 
    68         cursor: pointer; 
     40        display: none; 
    6941} 
    7042 
     
    7244{ 
    7345        background: url(../images/profileBuddy.gif) no-repeat top center; 
    74         height: 20px; 
    75         width: 25px; 
    76         float: left; 
    77         position: relative; 
    78         margin-top: 2px; 
    79         margin-left: 2px; 
    80         cursor: pointer; 
    8146} 
    8247 
    83 .button_sendMessage 
     48.composing 
     49{ 
     50        background: url(../images/typing.gif) no-repeat top center; 
     51        display: none; 
     52        float:right; 
     53        position: relative; 
     54} 
     55 
     56.sendMessage 
    8457{ 
    8558        background: url(../images/barn.gif) repeat top center; 
     59        border: 1px solid #cecece; 
     60        color: #fff !important; 
     61        cursor: pointer; 
     62        float:right; 
     63        font: 12px Verdana, arial, helvetica, serif; 
     64        font-weight: bold; 
    8665        height: 20px; 
     66        margin-top: 3px; 
     67        position: relative; 
     68        overflow: hidden; 
     69        text-align: center; 
    8770        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; 
    10071} 
    10172 
     
    10576        border: 1px solid; 
    10677        border-color: #b3b3b3 #cecece #cecece #b3b3b3; 
    107         width:  289px; 
    10878        height: 180px; 
    10979        cursor: text; 
     
    12090        border-color: #b3b3b3 #cecece #cecece #b3b3b3; 
    12191        cursor: text; 
    122         height: 65px;  
    123         padding-right:50px; 
    124         width:  auto; 
     92        height: 65px; 
     93        padding-right:50px !important; 
    12594} 
    12695 
    12796.toolbar_buttons 
    12897{ 
    129         width:289px;  
    130         height:29px;  
     98        height:29px; 
    13199} 
    132100 
  • trunk/instant_messenger/templates/default/css/common.css

    r275 r305  
    11/* IM:WINDOW - ADD USER */ 
    22 
    3 select.add_user 
     3div.add_organization_members 
    44{ 
    5    font: 8pt Verdana, Arial, Helvetica, sans-serif;    
    6    font-weight:   normal; 
    7    border-color:  #809aa9; 
    8    border-width:  1px 1px; 
    9    border-style:  solid; 
    10    margin:        2px 2px 2px 2px; 
    11    width:         400px; 
    12  
    13  
     5        margin-bottom: 10px; 
    146} 
    157 
    16 table.add_user 
     8div.add_organization_members span 
    179{ 
    18         margin-left:    5px; 
    19         margin-top:             5px; 
     10        border-bottom: 1px solid #809aa9; 
     11        float:left; 
     12        font-size: 8pt !important; 
     13        font-family: Arial, Verdana, helvetica, sans-serif !important; 
     14        font-weight: bold; 
     15        position:aboslute; 
     16        width: 200px; 
    2017} 
    2118 
    22 td.add_user 
     19div.add_organization_members div 
    2320{ 
     21        font-weight: normal; 
     22        margin: 2px; 
     23        padding: 3px; 
     24        height: 150px; 
     25        overflow: auto; 
     26} 
     27 
     28div.add_organization_members div span 
     29{ 
     30        border-bottom: 1px dashed #809aa9; 
     31        clear:both; 
     32        float:left; 
     33        font-weight: normal; 
     34        letter-spacing: 0.2em; 
     35        padding: 4px 0; 
     36        width: 98% 
     37} 
     38 
     39div.add_organization_members div#im_ldap_ou 
     40{ 
     41        float: left; 
     42        width: 200px; 
     43} 
     44 
     45div.add_member_info 
     46{ 
     47        margin: 10px 0; 
     48        display: none; 
     49} 
     50 
     51div.add_member_info span 
     52{ 
     53        float: left; 
    2454        font: 8pt Verdana, Arial, Helvetica, sans-serif; 
     55        font-weight: bold; 
     56        margin-right: 3px; 
     57        text-align: right; 
     58        width: 80px; 
     59} 
     60 
     61div.add_action 
     62{ 
     63        padding-bottom: 30px; 
     64        margin-left: 83px; 
     65        display: none; 
     66} 
     67 
     68div.add_action span 
     69{ 
     70        background: #b4cfe5; 
     71        border: 1px solid; 
     72        float: left; 
     73        font: 8pt Verdana, Arial, Helvetica, sans-serif; 
     74        font-weight: bold; 
     75        letter-spacing: 1px; 
     76        margin-right: 5px; 
     77        padding: 0 15px; 
     78        text-align: center; 
     79        line-height: 1.5em; 
     80} 
     81 
     82span.im_button 
     83{ 
     84        background: #b4cfe5; 
     85        border: 1px solid; 
     86        font: 8pt Verdana, Arial, Helvetica, sans-serif; 
     87        font-weight: bold; 
     88        letter-spacing: 1px; 
     89        padding: 0 15px; 
     90        text-align: center; 
     91        line-height: 1.5em; 
    2592} 
    2693 
     
    3299.layer 
    33100{ 
     101        background: url(../images/photo.png) no-repeat 2px 2px; 
    34102        border: 1px solid #b4cfe5; 
     103        height: 65px; 
    35104        margin: 2px; 
     105        padding: 2px 0px 2px 54px; 
    36106} 
    37107 
  • 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.