Skip to content

Commit

Permalink
Moved the mute control to the left side.
Browse files Browse the repository at this point in the history
As per #5167
  • Loading branch information
LaurentGoderre committed Jun 3, 2014
1 parent 21e6b67 commit df54ca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/multimedia/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ $mm-ctrl-cc-color: #4aafff;
.lastpnl {
@extend %pnl;
text-align: center;
width: 6em;
width: 3em;
}

.tline {
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/multimedia/assets/mediacontrols.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<div class="frstpnl">
<div class="btn-group">
<button type="button" class="btn btn-default playpause" aria-controls="{{mId}}" title="{{play}}" data-state-on="{{play}}" data-state-off="{{pause}}"><span class="glyphicon glyphicon-play"><span class="wb-inv">{{play}}</span></span></button>
<button type="button" class="btn btn-default mute" aria-controls="{{mId}}" title="{{mute_on}}" data-state-on="{{mute_on}}" data-state-off="{{mute_off}}" aria-pressed="false"><span class="glyphicon glyphicon-volume-up"><span class="wb-inv">{{mute_on}}</span></span></button>
</div>
</div>

Expand All @@ -30,7 +31,6 @@
<div class="lastpnl">
<div class="btn-group">
<button type="button" class="btn btn-default cc" aria-controls="{{mId}}" title="{{cc_on}}" data-state-on="{{cc_on}}" data-state-off="{{cc_off}}" aria-pressed="false"><span class="glyphicon glyphicon-subtitles"><span class="wb-inv">{{cc_on}}</span></span></button>
<button type="button" class="btn btn-default mute" aria-controls="{{mId}}" title="{{mute_on}}" data-state-on="{{mute_on}}" data-state-off="{{mute_off}}" aria-pressed="false"><span class="glyphicon glyphicon-volume-up"><span class="wb-inv">{{mute_on}}</span></span></button>
</div>
</div>

Expand Down

0 comments on commit df54ca0

Please sign in to comment.