fix statusbar layout some more

This commit is contained in:
Matthew Hodgson 2016-02-18 18:13:23 +00:00
parent 11ac6defed
commit dbf3439e35

View File

@ -1,6 +1,7 @@
.mx_RoomStatusBar { .mx_RoomStatusBar {
padding-top: 5px; margin-top: 5px;
margin-left: 65px; margin-left: 65px;
min-height: 24px;
} }
/* position the indicator in the same place horizontally as .mx_EventTile_avatar. */ /* position the indicator in the same place horizontally as .mx_EventTile_avatar. */
@ -9,6 +10,8 @@
padding-right: 12px; padding-right: 12px;
margin-left: -73px; margin-left: -73px;
float: left; float: left;
width: 24px;
text-align: center;
} }
.mx_RoomStatusBar_placeholderIndicator { .mx_RoomStatusBar_placeholderIndicator {