wire up searchbox filtering, and some minor overall tweaks

This commit is contained in:
Matthew Hodgson 2016-04-15 17:54:48 +01:00
parent 90ae024a4e
commit 26d12bebe4
5 changed files with 92 additions and 24 deletions

View file

@ -15,9 +15,9 @@ limitations under the License.
*/
.mx_RoomStatusBar {
margin-top: 12px;
margin-top: 15px;
margin-left: 65px;
min-height: 37px;
min-height: 34px;
}
/* position the indicator in the same place horizontally as .mx_EventTile_avatar. */
@ -33,8 +33,9 @@ limitations under the License.
.mx_RoomStatusBar_placeholderIndicator span {
color: #4a4a4a;
opacity: 0.5;
/*
position: relative;
top: -4px;
/*
animation-duration: 1s;
animation-name: bounce;
animation-direction: alternate;

View file

@ -45,5 +45,17 @@ limitations under the License.
.mx_SearchBox_minimise,
.mx_SearchBox_maximise {
cursor: pointer;
}
.mx_SearchBox_minimise {
margin-left: 10px;
}
.mx_SearchBox_maximise {
margin-left: 6px;
}
.mx_SearchBox object {
pointer-events: none;
}