Fixed combobox icon position.

A recent CSS change inadvertently changes position of the combobox
icon. This has been fixed now.

Ticket #388
This commit is contained in:
Endi Sukma Dewata 2011-12-09 15:26:19 -06:00 committed by Endi S. Dewata
parent 6af4d09e7e
commit e8f0c5b9eb

View File

@ -1232,7 +1232,7 @@ table.scrollable tbody {
top: 0;
bottom: 0;
right: 0;
margin-top: -2px;
margin-top: 2px;
margin-right: 4px;
}