[%# 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 %] #bug_form { max-width: 50em; } #bug_form th { text-align: left; padding-top: 0.5em; } #bug_form .section-head { font-size: larger; padding-top: 1em; } #bug_form th:not(.section-head), #bug_form td { padding-left: 2em; } #bug_form .mandatory { color: red; } #bug_form .blurb { font-style: italic; } #bug_form .wide { width: 40em; } #bug_form input[disabled] { background: transparent; } [% END %] [% inline_js = BLOCK %] // [% END %] [% mandatory = BLOCK %] * [% END %] [% PROCESS global/header.html.tmpl title = "Developer Events Request Form" style = inline_css style_urls = [ 'skins/standard/enter_bug.css' ] javascript = inline_js javascript_urls = [ 'extensions/BMO/web/js/form_validate.js', 'js/field.js', 'js/util.js' ] yui = [ 'calendar' ] %]