Commit cf85eb45 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[docstable] styling fix

parent 6721d074
...@@ -22,8 +22,12 @@ ...@@ -22,8 +22,12 @@
top: 50%; top: 50%;
} }
.table .doc-chooser { .table .column-tag {
align-items: center;
}
.table .column-tag .doc-chooser {
cursor: pointer; cursor: pointer;
padding: 10px;
} }
/*# sourceMappingURL=Styles.css.map */ /*# sourceMappingURL=Styles.css.map */
...@@ -19,5 +19,8 @@ ...@@ -19,5 +19,8 @@
top: 50% top: 50%
.table .table
.doc-chooser .column-tag
cursor: pointer align-items: center
.doc-chooser
cursor: pointer
padding: 10px
...@@ -376,8 +376,10 @@ pagePaintRawCpt = R.hooksComponentWithModule thisModule "pagePaintRawCpt" cpt wh ...@@ -376,8 +376,10 @@ pagePaintRawCpt = R.hooksComponentWithModule thisModule "pagePaintRawCpt" cpt wh
row dv@(DocumentsView r) = row dv@(DocumentsView r) =
{ row: { row:
T.makeRow [ -- H.div {} [ H.a { className, style, on: {click: click Favorite} } [] ] T.makeRow [ -- H.div {} [ H.a { className, style, on: {click: click Favorite} } [] ]
caroussel { category: cat, nodeId, row: dv, session, setLocalCategories } [] H.div { className: "column-tag flex" } [
, docChooser { listId, mCorpusId, nodeId: r._id, sidePanelTriggers } [] 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} } --, H.input { type: "checkbox", defaultValue: checked, on: {click: click Trash} }
-- TODO show date: Year-Month-Day only -- TODO show date: Year-Month-Day only
, H.div { style } [ R2.showText r.date ] , 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