Merge "ChangeScreen2: Use pointer cursor on message headers"

This commit is contained in:
Shawn Pearce
2013-11-25 19:08:02 +00:00
committed by Gerrit Code Review

View File

@@ -30,6 +30,10 @@ limitations under the License.
-webkit-border-bottom-right-radius: 8px;
}
.header {
cursor: pointer;
}
.avatar {
position: absolute;
width: 26px;
@@ -107,7 +111,7 @@ limitations under the License.
addStyleNames='{style.closed}'>
<c:AvatarImage ui:field='avatar' styleName='{style.avatar}'/>
<div class='{style.contents}'>
<g:HTMLPanel ui:field='header'>
<g:HTMLPanel ui:field='header' styleName='{style.header}'>
<div class='{style.name}' ui:field='name'/>
<div ui:field='summary' class='{style.summary}'/>
<div class='{style.date}' ui:field='date'/>