css/supportchat.css

changeset 36
562ff07a3968
parent 35
43152bfafcc4
child 37
010783d24970
equal deleted inserted replaced
35:43152bfafcc4 36:562ff07a3968
1 #support-chat
2 {
3 display:none;
4 padding-right:27px;
5 }
6 #support-converse, #support-question,
7 #support-converse-input, #support-question-type,
8 #support-question-text
9 {
10 width:100%;
11 }
12 #support-send-button, #support-question-submit
13 {
14 float:right;
15 }
16 #support-wait, #support-converse
17 {
18 display:none;
19 }
20 #support-converse
21 {
22 height:100%;
23 width:100%;
24 }
25 #support-log
26 {
27 /* border:solid #eeeeee 1px; */
28 overflow: auto;
29 height:60%;
30 width:100%;
31 padding:5px;
32 }
33 #support-input-container
34 {
35 padding:5px;
36 padding-bottom:2px;
37 margin-top:5px;
38 border:solid #aaaaaa 1px;
39 height:17%;
40 width:100%;
41 }
42 #support-input
43 {
44 border-style:none;
45 width:100%;
46 height:100%;
47 display:block;
48 }
49 #support-send-button
50 {
51 border:solid #aaaaaa 3px;
52 background-color:white;
53 float:right;
54 margin-top:2px;
55 margin-right:-12px;
56 }
57
58 #support-chat h2
59 {
60 font-size:11pt;
61 }

mercurial