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
142
Issues
142
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
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
purescript-gargantext
Commits
5fc43ffc
Commit
5fc43ffc
authored
Mar 12, 2018
by
Sudhir Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed css
parent
58422697
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
index.html
dist/index.html
+6
-6
DocView.purs
src/DocView.purs
+2
-2
No files found.
dist/index.html
View file @
5fc43ffc
...
...
@@ -12,12 +12,12 @@
<link
href=
"css/Login.css"
rel=
"stylesheet"
>
<style>
*
{
margin
:
0
;
padding
:
0
;
list-style
:
none
;}
ul
li
{
.tree
ul
li
{
margin-left
:
15px
;
position
:
relative
;
padding-left
:
5px
;
}
ul
li
::before
{
.tree
ul
li
::before
{
content
:
" "
;
position
:
absolute
;
width
:
1px
;
...
...
@@ -26,9 +26,9 @@
bottom
:
-12px
;
left
:
-10px
;
}
body
>
ul
>
li
:first-child::before
{
top
:
12px
;}
ul
li
:not
(
:first-child
)
:last-child::before
{
display
:
none
;}
ul
li
:only-child::before
{
body
>
.tree
ul
>
li
:first-child::before
{
top
:
12px
;}
.tree
ul
li
:not
(
:first-child
)
:last-child::before
{
display
:
none
;}
.tree
ul
li
:only-child::before
{
display
:
list-item
;
content
:
" "
;
position
:
absolute
;
...
...
@@ -39,7 +39,7 @@
height
:
7px
;
left
:
-10px
;
}
ul
li
::after
{
.tree
ul
li
::after
{
content
:
" "
;
position
:
absolute
;
left
:
-10px
;
...
...
src/DocView.purs
View file @
5fc43ffc
...
...
@@ -23,7 +23,7 @@ import Data.Tuple (Tuple(..))
import Network.HTTP.Affjax (AJAX, affjax, defaultRequest)
import Network.HTTP.RequestHeader (RequestHeader(..))
import Partial.Unsafe (unsafePartial)
import Prelude (class Eq, class Ord, class Show, Unit, bind,
id,
map, not, pure, show, void, ($), (*), (+), (-), (/), (<), (<$>), (<>), (==), (>), (>=), (>>=))
import Prelude (class Eq, class Ord, class Show, Unit, bind, map, not, pure, show, void, ($), (*), (+), (-), (/), (<), (<$>), (<>), (==), (>), (>=), (>>=))
import React (ReactElement)
import React as R
import React.DOM (a, b, b', br', div, h3, i, input, li, option, select, span, table, tbody, td, text, thead, tr, ul)
...
...
@@ -126,7 +126,7 @@ spec = simpleSpec performAction render
[ div [className "col-md-3"]
[ br' []
, br' []
,
toHtml dispatch d.tree
,
div [className "tree"] [toHtml dispatch d.tree]
]
, div [className "col-md-9"]
[
...
...
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