Add down chevron to change type button on single ent dash

This commit is contained in:
Rob Harrington
2014-10-24 11:02:48 +11:00
parent f03c7ba02d
commit 911d1e3dc4

View File

@@ -12,7 +12,9 @@
$("#type_selection").slideToggle()
}
#type_button
%button#toggle_type{ onClick: 'toggleType()' } Change type
%button#toggle_type{ onClick: 'toggleType()' }
Change type
%i.icon-chevron-down
#type_selection{ hidden: true }