vector wireframes

This commit is contained in:
Matthew Hodgson
2015-07-13 01:51:24 +01:00
parent 98baa0cb0a
commit bfe0cdcfd1
43 changed files with 741 additions and 128 deletions

View File

@@ -15,11 +15,31 @@ limitations under the License.
*/
.mx_MessageTile {
display: table-row;
width: 100%;
clear: both;
margin-top: 32px;
}
.mx_MessageTile_avatar {
padding-left: 12px;
padding-right: 12px;
margin-top: -7px;
float: left;
}
.mx_MessageTile .mx_SenderProfile {
color: #acacac;
font-size: 13px;
display: block;
}
.mx_MessageTile .mx_MessageTimestamp {
color: #acacac;
font-size: 13px;
float: right;
}
.mx_MessageTile_content {
display: table-cell;
}
.mx_MessageTile_sending {