2015-06-23 17:41:25 +02: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-06-15 19:35:28 +02:00
|
|
|
.mx_MessageTile {
|
2015-07-14 13:11:01 +02:00
|
|
|
max-width: 100%;
|
|
|
|
clear: both;
|
|
|
|
margin-top: 32px;
|
|
|
|
margin-left: 56px;
|
2015-07-13 02:51:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_MessageTile_avatar {
|
2015-07-14 13:11:01 +02:00
|
|
|
padding-left: 12px;
|
|
|
|
padding-right: 12px;
|
|
|
|
margin-left: -56px;
|
|
|
|
margin-top: -7px;
|
|
|
|
float: left;
|
2015-07-13 02:51:24 +02:00
|
|
|
}
|
|
|
|
|
2015-07-14 03:13:00 +02:00
|
|
|
.mx_MessageTile_avatar img {
|
2015-07-14 13:11:01 +02:00
|
|
|
background-color: #dbdbdb;
|
|
|
|
border-radius: 16px;
|
|
|
|
border: 0px;
|
2015-07-14 03:13:00 +02:00
|
|
|
}
|
|
|
|
|
2015-07-14 01:25:51 +02:00
|
|
|
.mx_MessageTile_continuation {
|
2015-07-14 13:11:01 +02:00
|
|
|
margin-top: 8px ! important;
|
2015-07-14 01:25:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_MessageTile_continuation .mx_MessageTile_avatar,
|
|
|
|
.mx_MessageTile_continuation .mx_SenderProfile
|
|
|
|
{
|
2015-07-14 13:11:01 +02:00
|
|
|
display: none ! important;
|
2015-07-14 01:25:51 +02:00
|
|
|
}
|
|
|
|
|
2015-07-13 02:51:24 +02:00
|
|
|
.mx_MessageTile .mx_SenderProfile {
|
2015-07-14 13:11:01 +02:00
|
|
|
color: #acacac;
|
|
|
|
font-size: 13px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
display: block;
|
2015-07-13 02:51:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_MessageTile .mx_MessageTimestamp {
|
2015-07-14 13:11:01 +02:00
|
|
|
color: #acacac;
|
|
|
|
font-size: 13px;
|
|
|
|
float: right;
|
2015-07-07 03:10:10 +02:00
|
|
|
}
|
|
|
|
|
2015-07-12 15:52:37 +02:00
|
|
|
.mx_MessageTile_content {
|
2015-07-14 13:11:01 +02:00
|
|
|
padding-right: 100px;
|
|
|
|
display: block;
|
2015-06-15 19:35:28 +02:00
|
|
|
}
|
2015-06-18 16:49:41 +02:00
|
|
|
|
2015-07-12 15:52:37 +02:00
|
|
|
.mx_MessageTile_sending {
|
2015-06-18 16:49:41 +02:00
|
|
|
color: #ddd;
|
|
|
|
}
|
|
|
|
|
2015-07-12 15:52:37 +02:00
|
|
|
.mx_MessageTile_notSent {
|
2015-06-18 16:49:41 +02:00
|
|
|
color: #f11;
|
|
|
|
}
|
2015-06-29 17:24:02 +02:00
|
|
|
|
2015-07-12 15:52:37 +02:00
|
|
|
.mx_MessageTile_highlight {
|
2015-06-29 17:24:02 +02:00
|
|
|
color: #00f;
|
|
|
|
}
|