Opportunity html
Jump to navigation
Jump to search
| Line 1,704: | Line 1,704: | ||
var announcement_funding_currency = new OO.ui.DropdownInputWidget( { | var announcement_funding_currency = new OO.ui.DropdownInputWidget( { | ||
options: options, | options: options, | ||
| − | value: '' | + | value: '', |
| + | classes: ['announcement_funding_currency'] | ||
} ) | } ) | ||
| Line 1,718: | Line 1,719: | ||
} ), | } ), | ||
new OO.ui.ButtonWidget( { | new OO.ui.ButtonWidget( { | ||
| − | label: ' | + | label: 'Description' |
} ) | } ) | ||
] | ] | ||
| Line 1,791: | Line 1,792: | ||
$('#form_container' ).append( form.$element ); | $('#form_container' ).append( form.$element ); | ||
</script> | </script> | ||
| + | |||
| + | <style> | ||
| + | .announcement_funding_currency { | ||
| + | width: auto; | ||
| + | } | ||
</html> | </html> | ||
Revision as of 20:50, 29 February 2020
{{#ci_enable_OOUI:}}