]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/demos/chat/chat.css.commented.css
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dijit / demos / chat / chat.css.commented.css
1 .chatroom
2 {
3         position:relative; 
4         height:240px; 
5         background-color: #e0e0e0;
6         border: 0px solid black; 
7 }
8
9 .chat
10 {
11   height: 200px;
12   overflow: auto; 
13   background-color: #fff;
14   padding: 4px;
15   border: 0px solid black; 
16 }
17 .dijitTabContainer .chat {
18         height:auto;
19 }
20
21 .input {
22         position:absolute;
23         bottom:0px; 
24         display:block; 
25         padding: 4px;
26         border: 0px solid black; 
27         border-top: 1px solid black; 
28 }
29
30 .phrase
31 {
32   width:200px;  
33   background-color:#ededed;
34 }
35
36 .username
37 {
38   width:145px;
39   background-color: #ededed;
40 }
41
42 .hidden { display: none; }
43 .from { font-weight: bold; }
44 .alert { font-style: italic; }
45 .dijitTitlePaneContentInner { padding:0px !important; } 
46