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
dcdb3d1d
Commit
dcdb3d1d
authored
Sep 16, 2013
by
Matija Obreza
Browse files
Styles
parent
d1653d47
Changes
3
Show whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/decorator/entry.jsp
View file @
dcdb3d1d
...
...
@@ -46,7 +46,7 @@
<div
id=
"header"
>
<div
class=
"clearfix"
>
<div
class=
"pull-left"
>
<a
href=
"
<c:url
value=
"/"
/>
"
><img
style=
""
src=
"
<c:url
value=
"/html/images/logo2.png"
/>
"
/></a>
<a
href=
"
<c:url
value=
"/"
/>
"
><img
style=
"
height: 40px;
"
src=
"
<c:url
value=
"/html/images/logo2.png"
/>
"
/></a>
</div>
<!-- <h4 class="pull-left">
<spring:message
code=
"sample.message.welcome"
/>
</h4> -->
...
...
@@ -84,9 +84,9 @@
</sec:authorize>
</div>
<div
class=
"pull-right searcher"
style=
"
padding: 10px 15px 0 0
;"
>
<div
class=
"pull-right searcher"
style=
"
margin-top: 5px
;"
>
<form
class=
"search form-horizontal"
method=
"get"
action=
"
<c:url
value=
"/search"
/>
"
>
<input
type=
"text"
name=
"q"
class=
""
/>
<button
type=
"submit"
class=
""
>
Search
</button>
<input
type=
"text"
name=
"q"
class=
""
placeholder=
"Search"
/>
<button
type=
"submit"
class=
"
btn
"
>
Search
</button>
</form>
</div>
</div>
...
...
src/main/webapp/WEB-INF/decorator/main.jsp
View file @
dcdb3d1d
...
...
@@ -53,7 +53,7 @@
<div
class=
"pull-right"
id=
"header-searcher"
>
<form
class=
"search form-horizontal"
method=
"get"
action=
"
<c:url
value=
"/search"
/>
"
>
<input
type=
"text"
name=
"q"
class=
""
placeholder=
"Search"
/>
<button
type=
"submit"
class=
""
>
Search
</button>
<button
type=
"submit"
class=
"
btn
"
>
Search
</button>
</form>
</div>
</div>
...
...
src/main/webapp/html/css/custom.css
View file @
dcdb3d1d
...
...
@@ -391,7 +391,7 @@ tr.acn .sel.picked {
margin
:
0
;
margin-right
:
1em
;
margin-bottom
:
5px
;
padding
:
1
px
0.5em
;
padding
:
4
px
0.5em
;
background-color
:
#FCF8E3
;
border
:
1px
solid
#FBEED5
;
...
...
@@ -411,9 +411,13 @@ tr.acn .sel.picked {
.filter-new
input
{
margin-bottom
:
0
;
padding
:
0
5px
;
}
#filtersJson
{
display
:
none
;
}
select
,
textarea
,
input
[
type
=
"text"
],
input
[
type
=
"password"
],
input
[
type
=
"datetime"
],
input
[
type
=
"datetime-local"
],
input
[
type
=
"date"
],
input
[
type
=
"month"
],
input
[
type
=
"time"
],
input
[
type
=
"week"
],
input
[
type
=
"number"
],
input
[
type
=
"email"
],
input
[
type
=
"url"
],
input
[
type
=
"search"
],
input
[
type
=
"tel"
],
input
[
type
=
"color"
],
.uneditable-input
{
height
:
auto
;
}
\ No newline at end of file
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