Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
2d7dd8d2
Commit
2d7dd8d2
authored
Oct 10, 2013
by
Matija Obreza
Browse files
CSS updates fixes Safari, Chrome, IE
parent
be987e37
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/decorator/header.jsp
View file @
2d7dd8d2
...
...
@@ -6,7 +6,7 @@
<a
href=
"
<c:url
value=
"/"
/>
"
><img
style=
"height: 40px;"
src=
"
<c:url
value=
"/html/images/logo2.png"
/>
"
/></a>
</div>
<div
class=
"pull-right searcher"
style=
"margin-top: 5px;"
>
<div
class=
"pull-right searcher"
>
<form
class=
"form-inline"
method=
"get"
action=
"
<c:url
value=
"/search"
/>
"
>
<div
class=
"input-group"
>
<input
type=
"text"
name=
"q"
class=
"form-control"
placeholder=
"
<spring:message
code=
"search.input.placeholder"
/>
"
/>
<span
class=
"input-group-btn"
>
...
...
src/main/webapp/html/css/custom.css
View file @
2d7dd8d2
...
...
@@ -21,8 +21,9 @@
color
:
White
;
}
#header
-
searcher
{
#header
#
searcher
{
margin-top
:
5px
;
width
:
250px
;
}
}
...
...
@@ -32,6 +33,12 @@
padding-left
:
0
;
padding-right
:
0
;
}
#header
#searcher
{
margin-top
:
5px
;
width
:
250px
;
}
}
@media
(
max-width
:
500px
)
{
...
...
@@ -49,7 +56,7 @@
color
:
White
;
}
#
header-
searcher
{
#searcher
{
margin-top
:
7px
;
}
...
...
Write
Preview
Supports
Markdown
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