123456789101112131415161718192021222324 |
- /* Listing table with action button */
- .pre-table-action {
- float: right;
- }
- table tr.placeholder td {
- text-align: center;
- font-style: italic;
- }
- table .actions {
- text-align: center;
- }
- table .actions .button {
- width: 100%;
- }
- /* List filters links */
- .list-filter {
- text-align: right;
- }
|