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