Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Zvonimir
ISPConfig 3
Commits
9b419e37
Commit
9b419e37
authored
Mar 19, 2012
by
xaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for combobox icon position if no space -> only button
parent
ef597cd8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
interface/lib/classes/listform_actions.inc.php
interface/lib/classes/listform_actions.inc.php
+0
-1
interface/web/themes/default_combobox/css/additional.css
interface/web/themes/default_combobox/css/additional.css
+1
-1
No files found.
interface/lib/classes/listform_actions.inc.php
View file @
9b419e37
...
...
@@ -248,7 +248,6 @@ class listform_actions {
$order_by_sql
=
"GROUP BY mailuser_id "
.
$order_by_sql
;
}
}
return
'SELECT '
.
$app
->
listform
->
listDef
[
'table'
]
.
'.*'
.
$extselect
.
' FROM '
.
$app
->
listform
->
listDef
[
'table'
]
.
"
$join
WHERE
$sql_where
$order_by_sql
$limit_sql
"
;
}
...
...
interface/web/themes/default_combobox/css/additional.css
View file @
9b419e37
.list
.ui-widget
{
position
:
absolute
}
.list
button
.ui-widget
{
position
:
absolute
}
/*
* jQuery UI CSS Framework 1.8.16
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment