Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Grégoire Locqueville
purescript-gargantext
Commits
bec1f38a
Commit
bec1f38a
authored
Apr 18, 2018
by
Abinaya Sudhir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Layout needs to be fixed
parent
03e20929
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
index.html
dist/index.html
+3
-0
GraphExplorer.purs
src/GraphExplorer.purs
+4
-1
No files found.
dist/index.html
View file @
bec1f38a
...
@@ -17,6 +17,9 @@
...
@@ -17,6 +17,9 @@
position
:
relative
;
position
:
relative
;
padding-left
:
5px
;
padding-left
:
5px
;
}
}
#toolbar
{
display
:
inline
;}
#toolbar
ul
li
{
display
:
inline
}
#toolbar
ul
li
form
{
display
:
inline
}
.tree
{
margin-top
:
125px
;}
.tree
{
margin-top
:
125px
;}
.tree
ul
li
::before
{
.tree
ul
li
::before
{
content
:
" "
;
content
:
" "
;
...
...
src/GraphExplorer.purs
View file @
bec1f38a
...
@@ -20,7 +20,10 @@ spec = simpleSpec defaultPerformAction render
...
@@ -20,7 +20,10 @@ spec = simpleSpec defaultPerformAction render
[ menu [_id "toolbar"]
[ menu [_id "toolbar"]
[ ul'
[ ul'
[ li'
[ li'
[--GraphLoader here
[ form'
[ input [_type "file", name "file", value ""] []
, input [_type "submit", value "submit"] []
]
]
]
, li'
, li'
[ button [className "btn btn-success btn-sm"] [text "Change Type"]
[ button [className "btn btn-success btn-sm"] [text "Change Type"]
...
...
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