[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [% PROCESS global/variables.none.tmpl %] [% inline_css = BLOCK %] #dev_form { width: 60%; } #dev_form .required:after { content: " *"; color: red; } #dev_form .field_label { text-align: left; font-weight: bold; } #dev_form .field_desc, #dev_form .head_desc { word-wrap: normal; } #dev_form .head_desc { font-size: 1.5em; padding-bottom: .5em; } #dev_form .form_section { margin-bottom: 1em; padding-left: 2em; } .yui-calcontainer { z-index: 2; } [% END %] [% PROCESS global/header.html.tmpl title = "Developer Events Request Form" generate_api_token = 1 style = inline_css style_urls = [ 'skins/standard/enter_bug.css' ] javascript_urls = [ 'js/field.js', 'js/util.js', 'extensions/BMO/web/js/form_validate.js', 'extensions/BMO/web/js/dev_engagement.js' ] %]