8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
35 lines
No EOL
489 B
CSS
35 lines
No EOL
489 B
CSS
@import "../../dijit/themes/tundra/tundra.css";
|
|
@import "../../dojox/widget/Dialog/Dialog.css";
|
|
|
|
body, html {
|
|
width:100%; height:100%;
|
|
margin:0; padding:0;
|
|
overflow:hidden;
|
|
background-color:#ededed;
|
|
}
|
|
|
|
#loginstuff {
|
|
margin:0 auto;
|
|
width:400px;
|
|
background-color:#fff;
|
|
border:1px dotted #333;
|
|
}
|
|
|
|
.padded {
|
|
margin-left:10px;
|
|
}
|
|
|
|
#buttonHolder {
|
|
text-align:center;
|
|
}
|
|
|
|
#chatRoom {
|
|
visibility:hidden;
|
|
width:720px;
|
|
margin:0 auto;
|
|
}
|
|
|
|
#messageWrapper {
|
|
overflow:auto;
|
|
height:300px;
|
|
} |