span placement

I have previously adjusted the span statements to get the volume controls and manual dial to lower itself on the screen. Currently when Transfering calls the transfer popup span is over the Send DTMF button almost completely, stopping the agent from being able to send DTMF to reach the correct extension.
I tried the span statement on line 6187 from
However it doesnt appear to move the span how it did previously. I dont remember if position:absolute was in the previous spans or not either though.
Am I missing something to move the TransferMain box down so Send DTMF can be easily accessed during transfers?
Thanks
I tried the span statement on line 6187 from
- Code: Select all
<span style="position:absolute;left:5px;top:310px;z-index:21;" id="TransferMain">
- Code: Select all
<span style="position:absolute;left:5px;top:365px;z-index:21;" id="TransferMain">
However it doesnt appear to move the span how it did previously. I dont remember if position:absolute was in the previous spans or not either though.
Am I missing something to move the TransferMain box down so Send DTMF can be easily accessed during transfers?
Thanks