From 2c8e7782c57f381a0782681845b43a2cbd2c12d0 Mon Sep 17 00:00:00 2001 From: wmwragg Date: Tue, 16 Aug 2016 10:26:14 +0100 Subject: [PATCH] Initial reposition of the timestamp --- .../css/matrix-react-sdk/views/rooms/EventTile.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/skins/vector/css/matrix-react-sdk/views/rooms/EventTile.css b/src/skins/vector/css/matrix-react-sdk/views/rooms/EventTile.css index b9b8f45461..38c13953e1 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/rooms/EventTile.css +++ b/src/skins/vector/css/matrix-react-sdk/views/rooms/EventTile.css @@ -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; }