Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
4ade63d8
Commit
4ade63d8
authored
Sep 14, 2011
by
xaver
Browse files
ouline in all browser none, added float to combobox
parent
bfc22ec9
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/themes/default/css/screen/uni-form.css
View file @
4ade63d8
...
...
@@ -10,7 +10,7 @@
.uniForm
.ctrlHolder
{
padding
:
3px
;
border-bottom
:
1px
dotted
#dfdfdf
;
}
.uniForm
.buttonHolder
{
text-align
:
righ
t
;
text-align
:
lef
t
;
background
:
#CEDEEF
url("../../images/buttonHolder_bg.gif")
no-repeat
right
;
margin
:
3em
0
1em
;
padding
:
8px
;
...
...
interface/web/themes/default_combobox/templates/main.tpl.htm
View file @
4ade63d8
...
...
@@ -91,6 +91,7 @@
.
insertAfter
(
select
)
.
width
(
oldWidth
)
.
val
(
value
)
.
css
(
"
float
"
,
"
left
"
)
.
autocomplete
({
delay
:
0
,
minLength
:
0
,
...
...
@@ -150,6 +151,7 @@
.
attr
(
"
tabIndex
"
,
-
1
)
.
attr
(
"
title
"
,
"
Show All Items
"
)
.
height
(
$
(
input
).
outerHeight
())
.
css
(
"
float
"
,
"
left
"
)
.
insertAfter
(
input
)
.
button
({
icons
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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