Clean up UI a little

Mon, 08 Mar 2010 14:37:55 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 08 Mar 2010 14:37:55 +0000
changeset 6
2ce4c2abf346
parent 5
10712e3ac061
child 7
53201a5347f9

Clean up UI a little

index.html file | annotate | diff | comparison | revisions
--- a/index.html	Mon Mar 08 14:20:16 2010 +0000
+++ b/index.html	Mon Mar 08 14:37:55 2010 +0000
@@ -8,11 +8,13 @@
 		{
 			display:none;
 		}
-		#support-input
+		#support-converse, #support-question,
+		#support-converse-input, #support-question-type,
+		#support-question-text
 		{
 			width:100%;
 		}
-		#support-send-button
+		#support-send-button, #support-question-submit
 		{
 			float:right;
 		}
@@ -20,6 +22,7 @@
 		{
 			display:none;
 		}
+		
 	</style>
 </head>
 <body>
@@ -33,7 +36,8 @@
 			<h2>What is your name?</h2>
 			<input id="support-question-type" type="text" />
 			<h2>Your question:</h2>
-			<textarea></textarea>
+			<textarea id="support-question-text"></textarea><br/>
+			<input id="support-question-submit" type="submit" />
 		</div>
 		<div id="support-converse">
 			<div id="support-log">Hello</div>

mercurial