No need to limit this to 50% here

This commit is contained in:
Nathan Gray 2012-04-04 20:05:19 +00:00
parent d5532c361d
commit 9822eb0b87

View File

@ -379,7 +379,6 @@ var et2_link_entry = et2_inputWidget.extend({
// Search input
this.search = $j(document.createElement("input")).attr("type", "search")
.css("width","50%")
.focus(function(){if(!self.options.application) {self.app_select.show();}})
.appendTo(this.div);