Initial reposition of the timestamp
This commit is contained in:
parent
40aee5b03d
commit
2c8e7782c5
1 changed files with 7 additions and 7 deletions
|
@ -19,6 +19,7 @@ limitations under the License.
|
|||
clear: both;
|
||||
padding-top: 24px;
|
||||
margin-left: 65px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.mx_EventTile_avatar {
|
||||
|
@ -54,8 +55,14 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_EventTile .mx_MessageTimestamp {
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
white-space: nowrap;
|
||||
color: #acacac;
|
||||
font-size: 11px;
|
||||
left: -57px;
|
||||
top: 3px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.mx_EventTile_line {
|
||||
|
@ -181,13 +188,6 @@ limitations under the License.
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.mx_EventTile .mx_MessageTimestamp {
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.mx_EventTile_last .mx_MessageTimestamp {
|
||||
visibility: visible;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue