gustafn
committed
on 06 Jul 06
make openacs work with aolserver 4.5. address changed behavior of ns_startcontent, works now with binary datatypes as well
openacs-4/.../www/resources/chat.css (+1 -1)
13 13 #xowiki-chat {
14 14     height: 100%;
15 15     width: 100%;
16 16     margin-bottom: 1%;
17 17     overflow: hidden;
18 18     display: flex;
19 19     background-color: white;
20 20 }
21 21
22 22 #xowiki-chat-fs {
23 23     height: 100vh;
24 24     width: 100%;
25 25     overflow: hidden;
26 26     display: flex;
27 27     background-color: white;
28 28     position: fixed;
29 29     top: 0;
30 30     right: 0;
31 31     bottom: 0;
32 32     left: 0;
33       z-index: 999;
  33     z-index: 1031;
34 34 }
35 35
36 36 /* Users block */
37 37 #xowiki-chat-users {
38 38     border: 1px solid #ddd;
39 39     border-left: none;
40 40     overflow: auto;
41 41     order: 2;
42 42     display: flex;
43 43     flex-direction: column;
44 44     min-width: 240px;
45 45 }
46 46
47 47 #xowiki-chat-users .xowiki-chat-user-link {
48 48     text-decoration: none;
49 49 }
50 50
51 51 #xowiki-chat-users .xowiki-chat-user-block {
52 52     padding: 18px 10px 18px 16px;
53 53     border-bottom: 1px solid #ddd;