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
98c5ef02
Commit
98c5ef02
authored
Nov 18, 2019
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DocTable] FIX CSS (flex is magic).
parent
2f64a17d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
3 deletions
+19
-3
Login.css
dist/styles/Login.css
+16
-0
Login.sass
dist/styles/Login.sass
+2
-2
DocsTable.purs
src/Gargantext/Components/DocsTable.purs
+1
-1
No files found.
dist/styles/Login.css
View file @
98c5ef02
...
...
@@ -57,6 +57,18 @@ li#rename #rename-a {
text-decoration
:
none
;
}
#search-popup-tooltip
{
position
:
absolute
;
left
:
300px
;
top
:
-300px
;
background-color
:
white
;
z-index
:
1000
;
}
#search-popup-tooltip
:hover
{
border
:
none
;
text-decoration
:
none
;
}
#create-node-tooltip
{
position
:
absolute
;
left
:
96px
;
...
...
@@ -167,4 +179,8 @@ li:hover a#rename-leaf {
padding-right
:
6px
;
}
.tagDoc
{
display
:
flex
;
}
/*# sourceMappingURL=Login.css.map */
dist/styles/Login.sass
View file @
98c5ef02
...
...
@@ -171,5 +171,5 @@ li
.reload-btn
padding-right
:
6px
.tagDoc
display
:
flex
src/Gargantext/Components/DocsTable.purs
View file @
98c5ef02
...
...
@@ -74,7 +74,7 @@ cat2score Topic = 3
cat2score Favorite = 4
-- caroussel :: Category -> R.Element
caroussel session nodeId setLocalCategories r cat = H.div {} divs
caroussel session nodeId setLocalCategories r cat = H.div {
className:"tagDoc"
} divs
where
divs = map (\c -> if cat == c
then
...
...
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