Skip to content

Commit

Permalink
Fixed alignement of buttons after removal of Telestax when making a c…
Browse files Browse the repository at this point in the history
…all in Olympus
  • Loading branch information
Antonis Tsakiridis committed Oct 19, 2018
1 parent ab0139e commit fe278cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/modules/home.html
Expand Up @@ -197,7 +197,7 @@ <h3 id="current-call">Chat with {{ ac.name }} <i ng-show="false" class="fa fa-ch
</div>
<div class="video-controls-bottom video-controls-top">
<div class="center-block">
<a href="" class="btn control-button" ng-click="localMuteVideo()">
<a href="" class="btn control-button control-button-left" ng-click="localMuteVideo()">
<i class="fa" ng-class="inCall.localVideoMuted ? 'fa-eye-slash muted' : 'fa-video-camera'" ></i>
</a>
<a href="" class="btn control-button" ng-click="callHangup()">
Expand Down
4 changes: 4 additions & 0 deletions src/main/webapp/resources/css/olympus-v2.css
Expand Up @@ -521,6 +521,10 @@ a.action-disabled, .action-disabled a {
padding: 0;
}

.video-controls-bottom a.control-button-left {
margin-left: 45px;
}

.video-controls-bottom .telestax-logo-video {
margin-top: 15px;
margin-right: 10px;
Expand Down

0 comments on commit fe278cc

Please sign in to comment.