index.html

changeset 29
f8c700c601f9
parent 24
ae502df97907
child 30
46b5a79cfc4b
--- a/index.html	Thu Mar 18 18:35:50 2010 +0000
+++ b/index.html	Mon Mar 22 11:38:27 2010 +0000
@@ -6,41 +6,13 @@
 	
 	<script type="text/javascript" src="js/xmpp_muc.js"></script>
 	<script type="text/javascript" src="js/supportchat.js"></script>
+	<link rel="stylesheet" href="css/supportchat.css" />
 	
 	<style type="text/css">
-		#support-chat
-		{
-			display:none;
-		}
-		#support-converse, #support-question,
-		#support-converse-input, #support-question-type,
-		#support-question-text
-		{
-			width:100%;
-		}
-		#support-send-button, #support-question-submit
-		{
-			float:right;
-		}
-		#support-wait, #support-converse
+		body
 		{
-			display:none;
+			font-family:Verdana !important;
 		}
-		#support-log
-		{
-			position:relative;
-			top:0px;
-			overflow: auto;
-			height:90%;
-			padding:5px;
-		}
-		#support-input
-		{
-			height:7%;
-			bottom:0px;
-			position:relative;
-		}
-		
 	</style>
 </head>
 <body>

mercurial