Skip to content

Commit

Permalink
'center' the buttons just like the cog/video/voice buttons are.
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Oct 20, 2015
1 parent d302f3e commit f882ecc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/skins/vector/css/molecules/RoomHeader.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,7 @@ limitations under the License.
.mx_RoomHeader_voipButton {
display: table-cell;
}

.mx_RoomHeader_voipButtons {
margin-top: 18px;
}
2 changes: 1 addition & 1 deletion src/skins/vector/views/molecules/RoomHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = React.createClass({
}

callButtons = (
<div>
<div className="mx_RoomHeader_voipButtons">
<div className="mx_RoomHeader_textButton mx_RoomHeader_voipButton"
onClick={this.onHangupClick}>
End call
Expand Down

0 comments on commit f882ecc

Please sign in to comment.