support-chat/ui/supportchat.css

Fri, 16 Apr 2010 18:32:30 +0100

author
matthew@heavyhorse.vm.bytemark.co.uk
date
Fri, 16 Apr 2010 18:32:30 +0100
changeset 52
221c4db8ab40
parent 48
12b42931151a
permissions
-rw-r--r--

Add new styles to supportchat.css

29
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 #support-chat
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 display:none;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4 padding-right:27px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
5 }
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
6 #support-converse, #support-question,
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
7 #support-converse-input, #support-question-type,
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
8 #support-question-text
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
9 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
10 width:100%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
11 }
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
12 #support-send-button, #support-question-submit
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
13 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
14 float:right;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
15 }
38
536e0a618d4a Add error page to the UI, and use it on connection errors
Matthew Wild <mwild1@gmail.com>
parents: 36
diff changeset
16 #support-wait, #support-converse, #support-offline,
536e0a618d4a Add error page to the UI, and use it on connection errors
Matthew Wild <mwild1@gmail.com>
parents: 36
diff changeset
17 #support-error
29
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
18 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
19 display:none;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
20 }
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
21 #support-converse
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
22 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
23 height:100%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
24 width:100%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
25 }
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
26 #support-log
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
27 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
28 /* border:solid #eeeeee 1px; */
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
29 overflow: auto;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
30 height:60%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
31 width:100%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
32 padding:5px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
33 }
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
34 #support-input-container
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
35 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
36 padding:5px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
37 padding-bottom:2px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
38 margin-top:5px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
39 border:solid #aaaaaa 1px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
40 height:17%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
41 width:100%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
42 }
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
43 #support-input
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
44 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
45 border-style:none;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
46 width:100%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
47 height:100%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
48 display:block;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
49 }
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
50 #support-send-button
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
51 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
52 border:solid #aaaaaa 3px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
53 background-color:white;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
54 float:right;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
55 margin-top:2px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
56 margin-right:-12px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
57 }
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
58
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
59 #support-chat h2
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
60 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
61 font-size:11pt;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
62 }
36
562ff07a3968 Large commit - reorganises directory structure, lots of small fixes
Matthew Wild <mwild1@gmail.com>
parents: 29
diff changeset
63 #support-offline-thanks
562ff07a3968 Large commit - reorganises directory structure, lots of small fixes
Matthew Wild <mwild1@gmail.com>
parents: 29
diff changeset
64 {
562ff07a3968 Large commit - reorganises directory structure, lots of small fixes
Matthew Wild <mwild1@gmail.com>
parents: 29
diff changeset
65 display:none;
562ff07a3968 Large commit - reorganises directory structure, lots of small fixes
Matthew Wild <mwild1@gmail.com>
parents: 29
diff changeset
66 }
52
221c4db8ab40 Add new styles to supportchat.css
matthew@heavyhorse.vm.bytemark.co.uk
parents: 48
diff changeset
67
221c4db8ab40 Add new styles to supportchat.css
matthew@heavyhorse.vm.bytemark.co.uk
parents: 48
diff changeset
68 span.muc-nick
221c4db8ab40 Add new styles to supportchat.css
matthew@heavyhorse.vm.bytemark.co.uk
parents: 48
diff changeset
69 {
221c4db8ab40 Add new styles to supportchat.css
matthew@heavyhorse.vm.bytemark.co.uk
parents: 48
diff changeset
70 font-weight:bold;
221c4db8ab40 Add new styles to supportchat.css
matthew@heavyhorse.vm.bytemark.co.uk
parents: 48
diff changeset
71 }
221c4db8ab40 Add new styles to supportchat.css
matthew@heavyhorse.vm.bytemark.co.uk
parents: 48
diff changeset
72
221c4db8ab40 Add new styles to supportchat.css
matthew@heavyhorse.vm.bytemark.co.uk
parents: 48
diff changeset
73 span.muc-system
221c4db8ab40 Add new styles to supportchat.css
matthew@heavyhorse.vm.bytemark.co.uk
parents: 48
diff changeset
74 {
221c4db8ab40 Add new styles to supportchat.css
matthew@heavyhorse.vm.bytemark.co.uk
parents: 48
diff changeset
75 font-weight:bold;
221c4db8ab40 Add new styles to supportchat.css
matthew@heavyhorse.vm.bytemark.co.uk
parents: 48
diff changeset
76 }

mercurial