more quote identeiifers fixessss
[Pman.Core] / widgets / ComboBoxLister.js
index a952472..fc2e55a 100644 (file)
@@ -63,8 +63,12 @@ Ext.extend(Ext.form.ComboBoxLister, Ext.form.ComboBox, {
         this.wrap.dom.appendChild(this.el.dom);
         this.outerWrap.dom.removeChild(this.trigger.dom);
         this.wrap.dom.appendChild(this.trigger.dom);
+         
+        this.trigger.setStyle('position','relative');
+        this.trigger.setStyle('left', '0px');
+        this.trigger.setStyle('top', '2px');
+        this.el.setStyle('vertical-align', 'text-bottom');
         
-        //this.trigger.setStyle('position', 'relative');
         //this.trigger.setStyle('vertical-align', 'top');
         if (this.adder) {
             
@@ -167,7 +171,7 @@ Ext.extend(Ext.form.ComboBoxLister, Ext.form.ComboBox, {
         }
         var _this = this;
         Roo.each(v, function(l) {
-                _this.addItem(l);
+            _this.addItem(l);
         });
         
     },