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

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

Correçoes

RevLine 
[260]1/***** Chat  *****/
2
[305]3.chat_buttons
[260]4{
[305]5        cursor: pointer;
6        float: left;
7        height: 20px;
8        margin: 2px 2px 0 0;
9        position: relative;
10        width:  25px;
[260]11}
12
13.button_bold
14{
15        background: url(../images/bold.gif) no-repeat top center;
[305]16        display: none;
[260]17}
18
19.button_italic
20{
21        background: url(../images/italicize.gif) no-repeat top center;
[305]22        display: none;
[260]23}
24
25.button_underline
26{
27        background: url(../images/underline.gif) no-repeat top center;
[305]28        display: none;
[260]29}
30
31.button_color
32{
33        background: url(../images/color.gif) no-repeat top center;
[305]34        display: none;
[260]35}
36
37.button_emoticons
38{
39        background: url(../images/emoticonlabel.gif) no-repeat top center;
[305]40        display: none;
[260]41}
42
43.button_profile
44{
45        background: url(../images/profileBuddy.gif) no-repeat top center;
[305]46}
47
48.composing
49{
50        background: url(../images/typing.gif) no-repeat top center;
51        display: none;
52        float:right;
[260]53        position: relative;
54}
55
[305]56.sendMessage
[268]57{
58        background: url(../images/barn.gif) repeat top center;
[305]59        border: 1px solid #cecece;
[268]60        color: #fff !important;
61        cursor: pointer;
62        float:right;
[305]63        font: 12px Verdana, arial, helvetica, serif;
64        font-weight: bold;
65        height: 20px;
[268]66        margin-top: 3px;
[305]67        position: relative;
68        overflow: hidden;
69        text-align: center;
70        width: 50px;
[268]71}
72
[260]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{
[287]85        background-color: #fff;
86        background-position:right !important;
87        background-repeat: no-repeat !important;
88        background-image: url(../images/photo.png);
[260]89        border: 1px solid;
90        border-color: #b3b3b3 #cecece #cecece #b3b3b3;
91        cursor: text;
[305]92        height: 65px;
93        padding-right:50px !important;
[260]94}
95
96.toolbar_buttons
97{
[305]98        height:29px;
[260]99}
100
[287]101/***** Chat  *****/
Note: See TracBrowser for help on using the repository browser.