source: tags/instant_messenger/templates/default/css/chat.css @ 305

Revision 305, 1.7 KB checked in by niltonneto, 16 years ago (diff)

Correçoes

Line 
1/***** Chat  *****/
2
3.chat_buttons
4{
5        cursor: pointer;
6        float: left;
7        height: 20px;
8        margin: 2px 2px 0 0;
9        position: relative;
10        width:  25px;
11}
12
13.button_bold
14{
15        background: url(../images/bold.gif) no-repeat top center;
16        display: none;
17}
18
19.button_italic
20{
21        background: url(../images/italicize.gif) no-repeat top center;
22        display: none;
23}
24
25.button_underline
26{
27        background: url(../images/underline.gif) no-repeat top center;
28        display: none;
29}
30
31.button_color
32{
33        background: url(../images/color.gif) no-repeat top center;
34        display: none;
35}
36
37.button_emoticons
38{
39        background: url(../images/emoticonlabel.gif) no-repeat top center;
40        display: none;
41}
42
43.button_profile
44{
45        background: url(../images/profileBuddy.gif) no-repeat top center;
46}
47
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
57{
58        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;
65        height: 20px;
66        margin-top: 3px;
67        position: relative;
68        overflow: hidden;
69        text-align: center;
70        width: 50px;
71}
72
73.history
74{
75        background: #fff;
76        border: 1px solid;
77        border-color: #b3b3b3 #cecece #cecece #b3b3b3;
78        height: 180px;
79        cursor: text;
80        overflow: auto;
81}
82
83.messages
84{
85        background-color: #fff;
86        background-position:right !important;
87        background-repeat: no-repeat !important;
88        background-image: url(../images/photo.png);
89        border: 1px solid;
90        border-color: #b3b3b3 #cecece #cecece #b3b3b3;
91        cursor: text;
92        height: 65px;
93        padding-right:50px !important;
94}
95
96.toolbar_buttons
97{
98        height:29px;
99}
100
101/***** Chat  *****/
Note: See TracBrowser for help on using the repository browser.