2015-06-23 16:41:25 +01:00
|
|
|
/*
|
|
|
|
|
Copyright 2015 OpenMarket Ltd
|
|
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
|
limitations under the License.
|
|
|
|
|
*/
|
|
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile {
|
2015-07-14 12:11:01 +01:00
|
|
|
max-width: 100%;
|
|
|
|
|
clear: both;
|
2015-10-25 02:26:24 +00:00
|
|
|
margin-top: 24px;
|
2015-07-14 12:11:01 +01:00
|
|
|
margin-left: 56px;
|
2015-07-13 01:51:24 +01:00
|
|
|
}
|
|
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile_avatar {
|
2015-10-23 02:32:49 +01:00
|
|
|
padding-left: 18px;
|
2015-07-14 12:11:01 +01:00
|
|
|
padding-right: 12px;
|
2015-07-15 04:21:32 +01:00
|
|
|
margin-left: -64px;
|
2015-10-23 02:32:49 +01:00
|
|
|
margin-top: -4px;
|
2015-07-22 17:34:10 +01:00
|
|
|
float: left;
|
2015-07-13 01:51:24 +01:00
|
|
|
}
|
|
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile_avatar img {
|
2015-07-14 12:11:01 +01:00
|
|
|
background-color: #dbdbdb;
|
2015-07-15 04:16:38 +01:00
|
|
|
border-radius: 20px;
|
2015-07-14 12:11:01 +01:00
|
|
|
border: 0px;
|
2015-07-14 02:13:00 +01:00
|
|
|
}
|
|
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile_continuation {
|
2015-07-14 12:11:01 +01:00
|
|
|
margin-top: 8px ! important;
|
2015-07-14 00:25:51 +01:00
|
|
|
}
|
|
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile .mx_SenderProfile {
|
2015-07-18 00:48:22 +01:00
|
|
|
color: #454545;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
font-size: 14px;
|
2015-07-14 12:11:01 +01:00
|
|
|
margin-bottom: 4px;
|
|
|
|
|
display: block;
|
2015-07-13 01:51:24 +01:00
|
|
|
}
|
|
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile .mx_MessageTimestamp {
|
2015-10-23 02:32:49 +01:00
|
|
|
color: #acacac;
|
|
|
|
|
font-size: 12px;
|
2015-07-14 12:11:01 +01:00
|
|
|
float: right;
|
2015-07-07 02:10:10 +01:00
|
|
|
}
|
|
|
|
|
|
2015-10-25 02:26:24 +00:00
|
|
|
.mx_EventTile_line {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile_content {
|
2015-07-14 12:11:01 +01:00
|
|
|
padding-right: 100px;
|
|
|
|
|
display: block;
|
2015-06-15 18:35:28 +01:00
|
|
|
}
|
2015-06-18 15:49:41 +01:00
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile_notice .mx_MessageTile_content {
|
2015-07-18 00:48:22 +01:00
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-27 01:39:19 +00:00
|
|
|
.mx_MessageTile_content {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-right: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile_sending {
|
2015-06-18 15:49:41 +01:00
|
|
|
color: #ddd;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile_notSent {
|
2015-06-18 15:49:41 +01:00
|
|
|
color: #f11;
|
|
|
|
|
}
|
2015-06-29 16:24:02 +01:00
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile_highlight {
|
2015-10-11 17:28:36 +01:00
|
|
|
color: #FF0064;
|
2015-06-29 16:24:02 +01:00
|
|
|
}
|
2015-07-21 18:05:22 +01:00
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile_msgOption {
|
2015-07-21 18:05:22 +01:00
|
|
|
float: right;
|
|
|
|
|
}
|
2015-07-22 17:34:10 +01:00
|
|
|
|
|
|
|
|
.mx_MessageTimestamp {
|
2015-10-23 12:41:51 +01:00
|
|
|
visibility: hidden;
|
2015-07-22 17:34:10 +01:00
|
|
|
}
|
|
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile_last .mx_MessageTimestamp {
|
2015-10-23 12:41:51 +01:00
|
|
|
visibility: visible;
|
2015-07-22 17:34:10 +01:00
|
|
|
}
|
|
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile:hover .mx_MessageTimestamp {
|
2015-10-23 12:41:51 +01:00
|
|
|
visibility: visible;
|
2015-07-22 17:34:10 +01:00
|
|
|
}
|
2015-10-19 19:28:35 +01:00
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile_editButton {
|
2015-10-25 02:26:24 +00:00
|
|
|
position: absolute;
|
|
|
|
|
right: 0px;
|
|
|
|
|
top: 15px;
|
2015-10-23 12:41:51 +01:00
|
|
|
visibility: hidden;
|
2015-10-19 19:28:35 +01:00
|
|
|
border: 0px;
|
|
|
|
|
outline: none;
|
2015-10-25 01:03:22 +00:00
|
|
|
margin-bottom: 3px;
|
2015-10-19 19:28:35 +01:00
|
|
|
}
|
|
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile:hover .mx_EventTile_editButton {
|
2015-10-23 12:41:51 +01:00
|
|
|
visibility: visible;
|
2015-10-19 19:28:35 +01:00
|
|
|
}
|
|
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile.menu .mx_EventTile_editButton {
|
2015-10-23 12:46:08 +01:00
|
|
|
visibility: visible;
|
2015-10-19 19:28:35 +01:00
|
|
|
}
|
|
|
|
|
|
2015-10-21 17:52:34 +01:00
|
|
|
.mx_EventTile.menu .mx_MessageTimestamp {
|
2015-10-23 12:46:08 +01:00
|
|
|
visibility: visible;
|
2015-10-19 19:28:35 +01:00
|
|
|
}
|