Merge "ChangeScreen2: Use pointer cursor on message headers"
This commit is contained in:
@@ -30,6 +30,10 @@ limitations under the License.
|
|||||||
-webkit-border-bottom-right-radius: 8px;
|
-webkit-border-bottom-right-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 26px;
|
width: 26px;
|
||||||
@@ -107,7 +111,7 @@ limitations under the License.
|
|||||||
addStyleNames='{style.closed}'>
|
addStyleNames='{style.closed}'>
|
||||||
<c:AvatarImage ui:field='avatar' styleName='{style.avatar}'/>
|
<c:AvatarImage ui:field='avatar' styleName='{style.avatar}'/>
|
||||||
<div class='{style.contents}'>
|
<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 class='{style.name}' ui:field='name'/>
|
||||||
<div ui:field='summary' class='{style.summary}'/>
|
<div ui:field='summary' class='{style.summary}'/>
|
||||||
<div class='{style.date}' ui:field='date'/>
|
<div class='{style.date}' ui:field='date'/>
|
||||||
|
Reference in New Issue
Block a user