various cosmetic fixes based on design feedback

This commit is contained in:
Matthew Hodgson 2015-10-11 17:28:36 +01:00
parent 9a8a9a4ce4
commit ba0ae5ba59
5 changed files with 21 additions and 5 deletions

View file

@ -72,7 +72,7 @@ limitations under the License.
}
.mx_MessageTile_highlight {
color: #00f;
color: #FF0064;
}
.mx_MessageTile_msgOption {

View file

@ -116,13 +116,16 @@ limitations under the License.
margin-top: -5px;
}
.mx_RoomHeader_nameInput {
.mx_RoomHeader_name input, .mx_RoomHeader_nameInput {
border-radius: 3px;
width: 260px;
border: 1px solid #c7c7c7;
font-weight: 300;
font-size: 14px;
padding: 9px;
}
.mx_RoomHeader_nameInput {
margin-top: 6px;
}