Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
a1cd2cf5
Commit
a1cd2cf5
authored
Jul 18, 2012
by
cfoe
Browse files
made the globalsearch results scrollable for longer results
parent
15aeffd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/themes/default-v2/css/styles.css
View file @
a1cd2cf5
...
...
@@ -1213,6 +1213,8 @@ ul.gs-resultbox {
-o-border-radius
:
5px
;
-ms-border-radius
:
5px
;
border-radius
:
5px
;
max-height
:
500px
;
overflow
:
auto
;
}
ul
.gs-resultbox
li
{
float
:
left
;
...
...
interface/web/themes/default/css/screen/content_ispc.css
View file @
a1cd2cf5
...
...
@@ -796,6 +796,8 @@
-o-border-radius
:
5px
;
-ms-border-radius
:
5px
;
border-radius
:
5px
;
max-height
:
500px
;
overflow
:
auto
;
}
ul
.gs-resultbox
li
{
float
:
left
;
...
...
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