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
cf85eb45
Commit
cf85eb45
authored
Nov 20, 2020
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[docstable] styling fix
parent
6721d074
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
5 deletions
+14
-5
Styles.css
dist/styles/Styles.css
+5
-1
Styles.sass
dist/styles/Styles.sass
+5
-2
DocsTable.purs
src/Gargantext/Components/DocsTable.purs
+4
-2
No files found.
dist/styles/Styles.css
View file @
cf85eb45
...
...
@@ -22,8 +22,12 @@
top
:
50%
;
}
.table
.doc-chooser
{
.table
.column-tag
{
align-items
:
center
;
}
.table
.column-tag
.doc-chooser
{
cursor
:
pointer
;
padding
:
10px
;
}
/*# sourceMappingURL=Styles.css.map */
dist/styles/Styles.sass
View file @
cf85eb45
...
...
@@ -19,5 +19,8 @@
top
:
50%
.table
.doc-chooser
cursor
:
pointer
.column-tag
align-items
:
center
.doc-chooser
cursor
:
pointer
padding
:
10px
src/Gargantext/Components/DocsTable.purs
View file @
cf85eb45
...
...
@@ -376,8 +376,10 @@ pagePaintRawCpt = R.hooksComponentWithModule thisModule "pagePaintRawCpt" cpt wh
row dv@(DocumentsView r) =
{ row:
T.makeRow [ -- H.div {} [ H.a { className, style, on: {click: click Favorite} } [] ]
caroussel { category: cat, nodeId, row: dv, session, setLocalCategories } []
, docChooser { listId, mCorpusId, nodeId: r._id, sidePanelTriggers } []
H.div { className: "column-tag flex" } [
caroussel { category: cat, nodeId, row: dv, session, setLocalCategories } []
, docChooser { listId, mCorpusId, nodeId: r._id, sidePanelTriggers } []
]
--, H.input { type: "checkbox", defaultValue: checked, on: {click: click Trash} }
-- TODO show date: Year-Month-Day only
, H.div { style } [ R2.showText r.date ]
...
...
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