Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kodex
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
kodex
Commits
eb82b6fb
Commit
eb82b6fb
authored
Sep 16, 2017
by
Yannick Chudy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css
parent
4dacd802
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
9 deletions
+22
-9
botapadapp.html
templates/botapadapp.html
+22
-9
No files found.
templates/botapadapp.html
View file @
eb82b6fb
...
...
@@ -149,7 +149,11 @@
#menu
{
position
:
absolute
;
background
:
{{
color
}
}
;
top
:
264px
;
top
:
176px
;
}
.nofoot
#menu
{
top
:
24px
;
}
.ui.icon.menu
{
...
...
@@ -160,6 +164,7 @@
#gviz
{
margin
:
auto
;
margin-bottom
:
4px
;
text-align
:
left
;
width
:
100%
;
...
...
@@ -173,11 +178,13 @@
#labels
{
position
:
absolute
;
bottom
:
60
px
;
bottom
:
12
px
;
padding
:
12px
;
margin
:
12px
;
}
.nofoot
#labels
{
bottom
:
-30px
;
}
.markdown
{
position
:
absolute
;
bottom
:
20px
;
...
...
@@ -193,13 +200,17 @@
z-index
:
10
;
}
.nofoot
padagraph-model-popup
{
top
:
20px
;
}
padagraph-model-popup
.propvalue
{
color
:
#333
;
}
</style>
</head>
<body>
<!-- Page Contents-->
<div
class=
"pusher"
>
<div
class=
"ui inverted vertical
masthead
center aligned segment"
>
{% if footer %}
<div
class=
"ui inverted vertical center aligned segment"
>
{% if footer %}
<div
class=
"ui text container"
>
<h1
class=
"ui inverted header"
>
padagraph.io
</h1>
<h2>
Open a pad and a graph will follow
</h2>
...
...
@@ -286,7 +297,7 @@
<script
src=
"{{static_host}}/static/webcomponents-lite.js"
></script>
<script
data-main=
"{{static_host}}/static/main"
src=
"{{static_host}}/static/require.js"
></script>
<link
rel=
"import"
href=
"{{static_host}}/static/padagraph-gviz-min.html"
>
<div
id=
"gviz"
>
<div
id=
"gviz"
class=
"{{ 'nofoot' if not footer else '' }}"
>
<padagraph-gviz-json
routes=
"{{routes}}"
data=
"{{data}}"
>
<padagraph-gviz
options=
"{{options}}"
>
<div
id=
"viz"
></div>
...
...
@@ -297,16 +308,18 @@
<padagraph-engine-control
engine=
"layout"
asitem=
"asitem"
></padagraph-engine-control>
<padagraph-engine-control
engine=
"clustering"
asitem=
"asitem"
></padagraph-engine-control>
</div>
<div
id=
"labels"
><padagraph-labels-control></padagraph-labels-control></div>
<div
id=
"labels"
>
<padagraph-labels-control></padagraph-labels-control>
</div>
</padagraph-gviz>
</padagraph-gviz-json>
<script>
e
=
document
.
getElementById
(
'gviz'
);
e
.
style
.
height
=
(
window
.
innerHeight
-
70
)
+
"px"
;
e
.
style
.
height
=
(
window
.
innerHeight
-
62
)
+
"px"
;
</script>
</div>
<
div
class=
"ui inverted link list"
><a
class=
"ui"
></a><a
href=
"{{graphurl}}"
class=
"ui active button"
>
refresh
</a></div>
</div>
{% if graphurl %}
<a
href=
"{{graphurl}}"
class=
"ui active right floated button"
>
refresh
</a>
<
!--a.ui.active.primary.button(href="{{padurl}}") edit-->
{% endif %}
</div>
{% elif error %}
<div
class=
"ui text container"
>
<h3
class=
"ui inverted horizontal divider"
>
Import error
</h3>
...
...
Write
Preview
Markdown
is supported
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