[FIX] fixed button size when icon changes

This commit is contained in:
iAmShorty 2014-06-05 12:46:52 +02:00
parent 9a3791bd42
commit e881eab4f1
2 changed files with 5 additions and 1 deletions

View File

@ -620,4 +620,8 @@ div.fade {
color: #F79D00;
}
.toggleSoundButton {
width: 30px;
}
/* End Footer */

View File

@ -39,7 +39,7 @@
</div>
<div id="togglesound" class="togglesound">
<div class="panel-footer text-right">
<button id="muteButton" type="button" class="btn-xs btn-success"><i class="fa fa-volume-up"></i></button>
<button id="muteButton" type="button" class="btn-xs btn-success toggleSoundButton"><i class="fa fa-volume-up"></i></button>
</div>
</div>
</div>