src/ui/supportchat.css

changeset 48
12b42931151a
parent 47
6985de83d146
child 49
6d46d2518705
equal deleted inserted replaced
47:6985de83d146 48:12b42931151a
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, #support-offline,
17 #support-error
18 {
19 display:none;
20 }
21 #support-converse
22 {
23 height:100%;
24 width:100%;
25 }
26 #support-log
27 {
28 /* border:solid #eeeeee 1px; */
29 overflow: auto;
30 height:60%;
31 width:100%;
32 padding:5px;
33 }
34 #support-input-container
35 {
36 padding:5px;
37 padding-bottom:2px;
38 margin-top:5px;
39 border:solid #aaaaaa 1px;
40 height:17%;
41 width:100%;
42 }
43 #support-input
44 {
45 border-style:none;
46 width:100%;
47 height:100%;
48 display:block;
49 }
50 #support-send-button
51 {
52 border:solid #aaaaaa 3px;
53 background-color:white;
54 float:right;
55 margin-top:2px;
56 margin-right:-12px;
57 }
58
59 #support-chat h2
60 {
61 font-size:11pt;
62 }
63 #support-offline-thanks
64 {
65 display:none;
66 }

mercurial