local.css 295 B

123456789101112131415161718192021222324
  1. /* Listing table with action button */
  2. .pre-table-action {
  3. float: right;
  4. }
  5. table tr.placeholder td {
  6. text-align: center;
  7. font-style: italic;
  8. }
  9. table .actions {
  10. text-align: center;
  11. }
  12. table .actions .button {
  13. width: 100%;
  14. }
  15. /* List filters links */
  16. .list-filter {
  17. text-align: right;
  18. }