codecombat/app/views/play
UltCombo 2c97238a7f Remove iframe borders using CSS instead of DOM
This patch makes iframe borders render identically in all supported browsers (i.e. no border).

Although Chrome does not displays borders around iframes by default, Firefox and Edge (IE) had visible iframe borders prior to this patch. This is because, as [previously mentioned](https://github.com/codecombat/codecombat/pull/3122#discussion_r42338590), the DOM property was mistyped as `frameborder` when it should be `frameBorder`.

As this is presentational issue, it feels more appropriate to fix it using CSS. Therefore, I've removed the buggy JS code and added a generic CSS solution to reset iframes' border styling.
2015-10-19 22:58:51 -02:00
..
common Mirror ladder levels now copy source code to other side, too, not just transpiled code. Mirror sessions don't submit if there's a user code error. 2015-09-08 16:34:20 -07:00
level Fix experience/gems not showing in HeroVictoryModal 2015-10-13 13:44:25 -07:00
menu Remove iframe borders using CSS instead of DOM 2015-10-19 22:58:51 -02:00
modal Add premium server recognition for Brazil 2015-10-09 08:05:34 -07:00
CampaignView.coffee Added support for test campaigns that don't save their levels/achievements 2015-10-16 16:06:53 -07:00
SpectateView.coffee League now preserved throughout ladder navigation flow. Mirror match support for submitting to both sides at once. 2015-09-04 16:21:45 -07:00