Add network selector that doesn't do anything yet

This commit is contained in:
David Baker
2016-09-15 11:29:27 +01:00
parent 2a85b2271c
commit 43b87e1f82
5 changed files with 249 additions and 5 deletions

View File

@@ -46,15 +46,26 @@ limitations under the License.
-webkit-flex-direction: column;
}
.mx_RoomDirectory_listheader {
display: table;
width: 100%;
margin-top: 12px;
margin-bottom: 12px;
border-spacing: 5px;
}
.mx_RoomDirectory_input {
margin: auto;
display: table-cell;
border-radius: 3px;
border: 1px solid #c7c7c7;
font-weight: 300;
font-size: 13px;
padding: 9px;
margin-top: 12px;
margin-bottom: 12px;
}
.mx_RoomDirectory_listheader .mx_NetworkDropdown {
display: table-cell;
width: 100%;
}
.mx_RoomDirectory_tableWrapper {