Skip to content

Commit 9b419e3

Browse files
author
xaver
committed
fix for combobox icon position if no space -> only button
1 parent ef597cd commit 9b419e3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

interface/lib/classes/listform_actions.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ private function getQueryString() {
248248
$order_by_sql = "GROUP BY mailuser_id ".$order_by_sql;
249249
}
250250
}
251-
252251
return 'SELECT '.$app->listform->listDef['table'].'.*'.$extselect.' FROM '.$app->listform->listDef['table']."$join WHERE $sql_where $order_by_sql $limit_sql";
253252
}
254253

interface/web/themes/default_combobox/css/additional.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.list .ui-widget{position:absolute}
1+
.list button.ui-widget{position:absolute}
22

33
/*
44
* jQuery UI CSS Framework 1.8.16

0 commit comments

Comments
 (0)