nudge css

pull/1/head
Matthew Hodgson 2015-07-17 20:09:43 +01:00
parent aa70dd7b67
commit 48063608c7
2 changed files with 1 additions and 26 deletions

View File

@ -24,8 +24,6 @@ limitations under the License.
display: flex;
flex-direction: column;
-webkit-flex-direction: column;
border-right: 1px solid #d8d8d8;
}
.mx_LeftPanel_hideButton {
@ -48,29 +46,6 @@ limitations under the License.
overflow-y: scroll;
}
/*
.mx_LeftPanel .mx_RoomCreate {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
padding-left: 16px;
padding-right: 16px;
min-height: 46px;
border-top: 1px solid #d8d8d8;
border-bottom: 1px solid #d8d8d8;
}
.mx_LeftPanel .mx_RoomCreate .mx_RoomCreate_table {
display: table;
width: 100%;
height: 46px;
}
*/
.mx_LeftPanel .mx_DirectoryMenu {
-webkit-box-ordinal-group: 3;
-moz-box-ordinal-group: 3;

View File

@ -27,7 +27,7 @@ limitations under the License.
}
.mx_MemberList_border {
border: 1px solid #d8d8d8;
border: 1px solid #a9dbf4;
overflow-y: scroll;
height: auto;
max-height: 75%;