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
5fa7464f
Commit
5fa7464f
authored
Nov 28, 2018
by
Sudhir Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed icon placing
parent
541a25f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Login.css
dist/css/Login.css
+1
-1
Tree.purs
src/Gargantext/Components/Tree.purs
+3
-3
No files found.
dist/css/Login.css
View file @
5fa7464f
...
...
@@ -100,7 +100,7 @@ li a#rename {
display
:
none
;
position
:
absolute
;
text-decoration
:
none
;
left
:
142
px
;
left
:
26
px
;
}
li
:hover
a
#rename
{
...
...
src/Gargantext/Components/Tree.purs
View file @
5fa7464f
...
...
@@ -286,7 +286,7 @@ renameTreeView d s@(NTree (LNode {id, name, nodeType, open, popOver, renameNodeV
div [ _id "beforeClick", className "col-md-12"]
[ div [className "row"]
[ div [className "col-md-6"] [text name]
, a [ style {color:"black"},className "glyphitem glyphicon glyphicon-pencil col-md-
6
", _id "rename1", title "Rename", onClick $ (\_-> d $ (ShowRenameBox id))] [ ]
, a [ style {color:"black"},className "glyphitem glyphicon glyphicon-pencil col-md-
2
", _id "rename1", title "Rename", onClick $ (\_-> d $ (ShowRenameBox id))] [ ]
]
]
]
...
...
@@ -352,7 +352,7 @@ toHtml d s@(NTree (LNode {id, name, nodeType, open, popOver, renameNodeValue, cr
li [] $
[
a [onClick $ (\e-> d $ ToggleFolder id)] [i [fldr open] []]
, a [ href (toUrl Front nodeType (Just id))]
, a [ href (toUrl Front nodeType (Just id))
, style {position:"absolute",left:"44px"}
]
( [ text (name <> " ")
]
)
...
...
@@ -369,7 +369,7 @@ toHtml d s@(NTree (LNode {id, name, nodeType, open, popOver, renameNodeValue,cre
ul []
[ li [] $
( [ a [onClick $ (\e-> d $ ToggleFolder id)] [i [fldr open] []]
, a [ href (toUrl Front nodeType (Just id))]
, a [ href (toUrl Front nodeType (Just id))
, style {position:"absolute",left:"44px"}
]
[ text $ " " <> name <> " " ]
, a [className "glyphicon glyphicon-cog", _id "rename",onClick $ (\_-> d $ (ShowPopOver id))]
[
...
...
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