codecombat/app/views
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
..
account Remove perf killing 'add' event handler from /account/prepaid 2015-10-09 16:03:22 -07:00
admin Update trial requests approval page query to grab latest 2015-10-09 14:26:04 -07:00
clans Update course details page 2015-09-12 22:02:03 -07:00
common Polls! 2015-03-08 16:36:17 -07:00
contribute Added Myanmar language (Burmese) stub. 2015-08-02 07:42:27 -07:00
core Fix #3106 introduced by b38a6c50 2015-10-13 08:22:13 -07:00
courses Update Hour of Code student flow and tracking, remove signup requirement 2015-10-13 08:12:07 -07:00
editor Added support for test campaigns that don't save their levels/achievements 2015-10-16 16:06:53 -07:00
i18n Only showing general i18n coverage for languages with more than one family. 2015-04-22 13:13:24 -07:00
ladder Cleaned up a couple of files 2015-10-05 22:30:02 +01:00
modal Toggling all plausibly-buggy AJAX requests to cache: false for better IE behavior. Look out for bugs! 2015-02-11 13:12:54 -08:00
play Remove iframe borders using CSS instead of DOM 2015-10-19 22:58:51 -02:00
user Added /identify page. 2015-04-30 13:36:32 -07:00
AboutView.coffee Wabam. Refactored a bunch of stuff into 'core' folders so that it's clearer which files are being loaded first thing, and which are not. Also reworked a bunch of the anymatch things in config.coffee, cause there were better ways. 2014-11-28 17:49:41 -08:00
CareersView.coffee Add /careers page 2015-09-14 17:38:18 -07:00
CLAView.coffee Wabam. Refactored a bunch of stuff into 'core' folders so that it's clearer which files are being loaded first thing, and which are not. Also reworked a bunch of the anymatch things in config.coffee, cause there were better ways. 2014-11-28 17:49:41 -08:00
CommunityView.coffee Community popovers now pop to the top instead of to the bottom. 2015-04-07 13:58:04 -07:00
DemoView.coffee Refactored away from having the underscore string library added to the String prototype. 2015-01-04 08:05:46 -08:00
EmployersView.coffee Further disabled employer portal for now. 2015-02-25 12:38:51 -08:00
HomeView.coffee Update Hour of Code student flow and tracking, remove signup requirement 2015-10-13 08:12:07 -07:00
LegalView.coffee Wabam. Refactored a bunch of stuff into 'core' folders so that it's clearer which files are being loaded first thing, and which are not. Also reworked a bunch of the anymatch things in config.coffee, cause there were better ways. 2014-11-28 17:49:41 -08:00
NotFoundView.coffee Fixed not found page 2015-06-24 14:46:59 -07:00
TeachersFreeTrialView.coffee Fixes #2806 2015-06-25 23:58:12 +09:00
TeachersView.coffee Wabam. Refactored a bunch of stuff into 'core' folders so that it's clearer which files are being loaded first thing, and which are not. Also reworked a bunch of the anymatch things in config.coffee, cause there were better ways. 2014-11-28 17:49:41 -08:00
TestView.coffee Refactored away from having the underscore string library added to the String prototype. 2015-01-04 08:05:46 -08:00