Simplification of the css

pull/1828/head
wmwragg 2016-07-14 12:04:31 +01:00
parent 1f43f904d5
commit 09e861637f
1 changed files with 3 additions and 13 deletions

View File

@ -103,7 +103,8 @@ limitations under the License.
.mx_RoomHeader_rightRow {
margin-top: 4px;
background-color: #fff;
display: flex;
align-items: center;
-webkit-box-ordinal-group: 3;
-moz-box-ordinal-group: 3;
-ms-flex-order: 3;
@ -161,12 +162,6 @@ limitations under the License.
opacity: 0.6;
}
.mx_RoomHeader_settingsButton {
display: inline-block;
position: relative;
left: 8px;
}
.mx_RoomHeader_settingsButton object {
pointer-events: none;
}
@ -238,12 +233,7 @@ limitations under the License.
}
.mx_RoomHeader_button {
display: table-cell;
vertical-align: middle;
/* padding-left: 8px; */
/* padding-right: 8px; */
width: 35px;
text-align: center;
margin-left: 8px;
cursor: pointer;
}