Skip to content
GitLab
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
454a710a
Commit
454a710a
authored
Nov 13, 2015
by
Matija Obreza
Browse files
Descriptors popup 75% and full height
parent
7c59eda1
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/sourceapp/styles/genesys.scss
View file @
454a710a
...
...
@@ -2061,7 +2061,7 @@ html[dir="rtl"] ul.statistics .stats-number {
}
.modal-dialog
{
width
:
800
;
width
:
75%
;
}
/* Nav-pills messages */
...
...
src/main/webapp/WEB-INF/jsp/accession/modal.jsp
View file @
454a710a
...
...
@@ -10,7 +10,8 @@
<div
class=
"modal-header"
>
<h4
class=
"modal-title"
id=
"myModalLabel"
><spring:message
code=
"filter.additional"
/></h4>
</div>
<div
class=
"modal-body"
style=
"overflow: auto;height: 200px"
>
<%-- TODO Have a look at how this gets rendered --%>
<div
class=
"modal-body"
style=
"overflow: auto;"
>
<c:forEach
items=
"
${
categories
}
"
var=
"category"
>
<c:if
test=
"
${
descriptors
[
category
].
size
()
gt
0
}
"
>
<div
class=
"row"
>
...
...
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