Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
9ba8b89e
Commit
9ba8b89e
authored
Feb 03, 2017
by
Piotr Gawron
Browse files
aligning of google map panel fixed
parent
f4756cf4
Changes
3
Hide whitespace changes
Inline
Side-by-side
web/src/main/webapp/index.xhtml
View file @
9ba8b89e
...
...
@@ -78,7 +78,7 @@ function initMap(){
<div
id=
"leftPanel"
class =
"leftPanelClass"
>
<ui:include
src=
"/WEB-INF/components/admin/header.xhtml"
/>
<p:tabView
id=
"tabView"
widgetVar=
"_tabViewVar"
styleClass=
"leftTabView"
activeIndex=
"0"
>
<p:tabView
id=
"tabView"
widgetVar=
"_tabViewVar"
activeIndex=
"0"
>
<p:tab
id=
"searchTab"
title=
"<div class='tngContainer'><div class='tng'></div></div><div class='maintabdiv'><i class='fa fa-search maintab'></i><br>SEARCH</div>"
styleClass=
"leftTab"
>
<ui:include
src=
"/WEB-INF/components/map/searchPanel.xhtml"
/>
</p:tab
>
...
...
@@ -114,7 +114,7 @@ function initMap(){
</div>
<div
style=
"display: table-cell;height:100%;width:100%;"
>
<div
style=
"height:100%;width:100%;"
>
<div
style=
"height:100%;width:100%;
position:relative
"
>
<div
class=
"menuBelt"
>
<div
class=
"headerHideDivButton"
>
<button
name=
"hideButton"
class=
"headerHideButton"
>
...
...
@@ -193,6 +193,7 @@ function initMap(){
<p:remoteCommand
name=
"_sendReferenceGenomeDetailRequest"
actionListener=
"#{referenceGenomeMB.requestJavasciptGenomeDetails}"
/>
</h:form>
</h:body>
</f:view>
</html>
web/src/main/webapp/resources/css/global.css
View file @
9ba8b89e
...
...
@@ -154,9 +154,14 @@ table.mapInfoBoxResultsTable, table.mapInfoBoxResultsTable th, table.mapInfoBoxR
}
.mapClass
{
position
:
absolute
;
top
:
36px
;
bottom
:
0
;
right
:
0
;
left
:
0
;
border
:
none
;
height
:
100%
;
width
:
100%
;
border-left
:
1px
solid
#e1e1e1
;
}
...
...
web/src/main/webapp/resources/css/style.css
View file @
9ba8b89e
...
...
@@ -47,9 +47,6 @@ html,body {
}
.bulletList
{
position
:
absolute
;
top
:
30px
;
bottom
:
0
;
left
:
0
;
right
:
0
;
padding
:
0px
;}
.leftTabView
{
height
:
100%
;
}
.leftTab
{
height
:
100%
;
}
...
...
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