css/supportchat.css

Mon, 22 Mar 2010 11:38:27 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 22 Mar 2010 11:38:27 +0000
changeset 29
f8c700c601f9
permissions
-rw-r--r--

Move styles out into their own stylesheet now

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 }
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
16 #support-wait, #support-converse
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
17 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
18 display:none;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
19 }
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
20 #support-converse
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
21 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
22 height:100%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
23 width:100%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
24 }
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
25 #support-log
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
26 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
27 /* border:solid #eeeeee 1px; */
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
28 overflow: auto;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
29 height:60%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
30 width:100%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
31 padding:5px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
32 }
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
33 #support-input-container
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
34 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
35 padding:5px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
36 padding-bottom:2px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
37 margin-top:5px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
38 border:solid #aaaaaa 1px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
39 height:17%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
40 width:100%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
41 }
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
42 #support-input
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
43 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
44 border-style:none;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
45 width:100%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
46 height:100%;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
47 display:block;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
48 }
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
49 #support-send-button
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
50 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
51 border:solid #aaaaaa 3px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
52 background-color:white;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
53 float:right;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
54 margin-top:2px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
55 margin-right:-12px;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
56 }
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 #support-chat h2
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
59 {
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
60 font-size:11pt;
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
61 }

mercurial