# HG changeset patch # User Matthew Wild # Date 1268937207 0 # Node ID ae502df979078f33c3434aad1d4d32a08a6e64e1 # Parent ee84e7c2260011320d5eee3dcfe15c1feafb94bc Some adjustments to lay out the conversation UI page diff -r ee84e7c22600 -r ae502df97907 index.html --- 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; + }