Custom CSS: Difference between revisions

Jump to navigation Jump to search
Lesley (talk | contribs)
Line 482: Line 482:


<code>.dashboardtable th:nth-child(9) {display:none;}</code>
<code>.dashboardtable th:nth-child(9) {display:none;}</code>
===Hide  Edit button in the Notes component===
Change the child number in brackets to the desired column.
<code>#dashboardnotea  .btn {display:none;}</code>


==Align the content of a column right==
==Align the content of a column right==