Some adjustments to lay out the conversation UI page

Thu, 18 Mar 2010 18:33:27 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 18 Mar 2010 18:33:27 +0000
changeset 24
ae502df97907
parent 23
ee84e7c22600
child 25
2651c3a7e621

Some adjustments to lay out the conversation UI page

index.html file | annotate | diff | comparison | revisions
--- a/index.html	Thu Mar 18 18:14:06 2010 +0000
+++ b/index.html	Thu Mar 18 18:33:27 2010 +0000
@@ -26,6 +26,20 @@
 		{
 			display:none;
 		}
+		#support-log
+		{
+			position:relative;
+			top:0px;
+			overflow: auto;
+			height:90%;
+			padding:5px;
+		}
+		#support-input
+		{
+			height:7%;
+			bottom:0px;
+			position:relative;
+		}
 		
 	</style>
 </head>

mercurial