Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to combine them, we can make use of the following sample CSS. You may need to amend them to suit your specific use case. We can then place the CSS into the Userview Menu's header or footer.

Image RemovedImage Added

Code Block
titleCSS
linenumberstrue
<style>
    body .dataList td.row_action {
        display: inline-block;
        float: left;
        padding: 0 !important;
    }
    
    th.row_action.footable-visible {
        display: inline;
    }

    .row_action_inner a {
        padding: 10px;
        float: left;
    }
</style>