dodgy fudge to put the edit button alongside the read receipts. in future I think we should turn it into a chevron next to the timestamp

This commit is contained in:
Matthew Hodgson 2015-11-18 22:19:21 +00:00
parent d66006893a
commit 6e3afcde53
2 changed files with 15 additions and 16 deletions

View file

@ -91,9 +91,9 @@ limitations under the License.
.mx_EventTile_msgOption {
float: right;
text-align: right;
margin-right: 10px;
z-index: 1;
position: relative;
width: 100px;
}
.mx_MessageTimestamp {
@ -111,10 +111,9 @@ limitations under the License.
}
.mx_EventTile_editButton {
display: block;
visibility: hidden;
margin-left: auto;
margin-right: 0px;
position: absolute;
display: inline-block;
visibility: hidden;
}
.mx_EventTile:hover .mx_EventTile_editButton {