Listing & Form & Refactoring
- finished implementing forms - fixed form reset when clicking on new - fixed responsive for select all checkbox and toggle item details - refactored listing items' actions - added Trash action - cleaned up validations on models - fixed syntax - fixed tests
This commit is contained in:
@@ -1,24 +1,9 @@
|
||||
.mailpoet_listing_loading tbody tr,
|
||||
.mailpoet_form_loading tbody tr
|
||||
opacity: 0.2;
|
||||
|
||||
.widefat tfoot td.mailpoet_check_column,
|
||||
.widefat thead td.mailpoet_check_column
|
||||
padding-top: 10px;
|
||||
|
||||
.widefat tbody th.mailpoet_check_column,
|
||||
.widefat tfoot td.mailpoet_check_column,
|
||||
.widefat thead td.mailpoet_check_column
|
||||
padding: 11px 0 0 3px;
|
||||
|
||||
.widefat .mailpoet_check_column
|
||||
padding: 6px 0 25px;
|
||||
vertical-align: top;
|
||||
width: 2.2em;
|
||||
opacity: 0.2
|
||||
|
||||
.mailpoet_select_all
|
||||
background-color: #f1f1f1
|
||||
|
||||
.mailpoet_select_all td
|
||||
text-align: center
|
||||
|
||||
text-align: center
|
Reference in New Issue
Block a user