* fix chat/recording button vertical alignment VRFS-3207
This commit is contained in:
parent
6e5472f219
commit
c8142c9b0f
|
|
@ -13,7 +13,7 @@
|
|||
background-color:#4c4c4c;
|
||||
min-height:20px;
|
||||
position:relative;
|
||||
min-width:690px;
|
||||
min-width:690px;
|
||||
}
|
||||
|
||||
.pending-metronome {
|
||||
|
|
@ -813,7 +813,8 @@ table.vu td {
|
|||
|
||||
|
||||
.voicechat {
|
||||
margin-top:10px;
|
||||
top: 310px;
|
||||
margin-top:15px;
|
||||
width:130px;
|
||||
height:25px;
|
||||
background-color:#242323;
|
||||
|
|
|
|||
Loading…
Reference in New Issue