Merge "Let change message just be on the top of comments."

This commit is contained in:
Shawn Pearce 2013-12-04 00:02:06 +00:00 committed by Gerrit Code Review
commit 0267875200

View File

@ -49,15 +49,15 @@ limitations under the License.
} }
</ui:style> </ui:style>
<g:HTMLPanel styleName='{style.replyBox}'> <g:HTMLPanel styleName='{style.replyBox}'>
<div class='{res.style.section}' ui:field='labelsParent'>
<g:Grid ui:field='labelsTable'/>
</div>
<div class='{res.style.section}'> <div class='{res.style.section}'>
<c:NpTextArea <c:NpTextArea
visibleLines='5' visibleLines='5'
characterWidth='70' characterWidth='70'
ui:field='message'/> ui:field='message'/>
</div> </div>
<div class='{res.style.section}' ui:field='labelsParent'>
<g:Grid ui:field='labelsTable'/>
</div>
<g:ScrollPanel ui:field='commentsPanel' <g:ScrollPanel ui:field='commentsPanel'
styleName='{style.comments}' styleName='{style.comments}'
addStyleNames='{res.style.section}'> addStyleNames='{res.style.section}'>