Commit cf85eb45 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[docstable] styling fix

parent 6721d074
......@@ -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 */
......@@ -19,5 +19,8 @@
top: 50%
.table
.doc-chooser
cursor: pointer
.column-tag
align-items: center
.doc-chooser
cursor: pointer
padding: 10px
......@@ -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 ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment