allow string based values for comboboxarray
[roojs1] / css / combo.css
index 1910cd7..932c8bc 100644 (file)
 .x-cbarray-item img
 {
    margin-left: 5px;
-   background:transparent url(../templates/images/mailAddClose.gif) no-repeat scroll 0 0;
+   background:transparent url(../images/default/dd/drop-sub.gif) no-repeat scroll 0 0;
    cursor: pointer;
 }
 .x-cbarray-cb 
     border: 1px solid #e0ecff;
     display: inline-block;
 }
-   
-
+.x-cbarray-grp input.x-form-text,
+.x-cbarray-grp img.x-form-trigger
+{
+    float: left;
+}
+/* needed for nested combo */
+.x-combo-list-item.x-combo-list-item-has-children:after {
+    content: '>';
+    float: right;
+    margin-right: 2px;
+}