Hi,
The download button is very small, i'd like to have it bigger. So I've tried to modify the font size in CSS properties in css/miniplayer.css :
.mbMiniPlayer .map_download{
display: inline-block !important;
vertical-align: top !important;
margin: 0 !important;
padding: 3px 5px;
font:40px/22px "mb_audio_fontRegular";
color: #d1d1d1;
text-shadow: 0 0 3px rgba(255,255,255,0.6);
But nothing change and I don't understand why... could you help me please ?