labadserver / Adplayer

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

Typos in adplayer.css v1.6.0.RC1 #121

Closed ingridgraefen closed 12 years ago

ingridgraefen commented 12 years ago

There are two typos in adplayer.css v1.6.0.RC1 affecting the privacy button and mouseover text.

See: http://www.sat1.de/?yshowroom=oba Button is in top right browser corner with position top-right. On mouseover "Datenschutzinfo" covers the button because of (a).

In case of bottom-right positioning there are more errors because of (b)

(a) Line 44: wrong adp-bottom-right (leading dot is missing)

correct .adp-bottom-right

(b) Line 131, 132:

wrong: .adp-top-right .adp-admarker-text .adp-bottom-right { right: 15px; } .adp-top-left .adp-admarker-text .adp-bottom-left { left: 15px; }

correct: .adp-top-right .adp-admarker-text, .adp-bottom-right .adp-admarker-text { right: 15px; } .adp-top-left .adp-admarker-text, .adp-bottom-left .adp-admarker-text { left: 15px; }

andreasberenz commented 12 years ago

Thx Ingrid,

We'll fix and repack it tomorrow.

Am 28.06.2012 um 19:19 schrieb ingridgraefen reply@reply.github.com:

There are two typos in adplayer.css v1.6.0.RC1 affecting the privacy button and mouseover text.

See: http://www.sat1.de/?yshowroom=oba Button is in top right browser corner with position top-right. On mouseover "Datenschutzinfo" covers the button because of (a).

In case of bottom-right positioning there are more errors because of (b)

(a) Line 44: wrong adp-bottom-right (leading dot is missing)

correct .adp-bottom-right

(b) Line 131, 132:

wrong: .adp-top-right .adp-admarker-text .adp-bottom-right { right: 15px; } .adp-top-left .adp-admarker-text .adp-bottom-left { left: 15px; }

correct: .adp-top-right .adp-admarker-text, .adp-bottom-right .adp-admarker-text { right: 15px; } .adp-top-left .adp-admarker-text, .adp-bottom-left .adp-admarker-text { left: 15px; }


Reply to this email directly or view it on GitHub: https://github.com/labadserver/Adplayer/issues/121