labadserver / Adplayer

Adplayer reference implementation
https://github.com/labadserver/Adplayer/wiki
Other
28 stars 11 forks source link

Line-height in panel too big #131

Closed ingridgraefen closed 12 years ago

ingridgraefen commented 12 years ago

Between 1.6.0 and 2.0.1 the line-height for the panel has been changed from 1.3 to 18px.

div.adp-wrapper div.adp-panel,div.adp-wrapper div.adp-admarker{ line-height: 18px; }

This is too big.

Example: http://www.sat1.de/?yshowroom=oba&showroom=miwoli&subsite=71i_showroom

Button is in top right corner.

olwa commented 12 years ago

Hi Ingrid,

I agree with you, the line-height is to height if you have many items, it causes to a very "long" text. So i change the line-height to 14px for the next version.

ingridgraefen commented 12 years ago

Hi Oliver,

I suggest to change the line-height back to the original relative value of 1.3, not to a fixed value of 14px. This remains correct even if all or some font sizes in the panel are changed later

olwa commented 12 years ago

Okey.