Custom CSS: Difference between revisions

Jump to navigation Jump to search
Line 295: Line 295:
<code>.dashboardtable th:nth-child(9) {display:none;}</code>
<code>.dashboardtable th:nth-child(9) {display:none;}</code>


</code>.dashboardtable td:nth-child(9) {display:none;}</code>
<code>.dashboardtable td:nth-child(9) {display:none;}</code>


===Align the content of a column right===
===Align the content of a column right===
<code>  .bookingtable  td:nth-child(8) {text-align: right;} </code>  
<code>  .bookingtable  td:nth-child(8) {text-align: right;} </code>


== Guests Menu ==
== Guests Menu ==