workflow_admin_ui.css 351 B

12345678910111213141516171819
  1. /**
  2. * @file
  3. * Style Sheets for the Workflow_Admin_UI module.
  4. */
  5. #workflow_admin_ui_states .state-name input {
  6. margin-right: 2em; /* Make room for dragging handle. */
  7. }
  8. #workflow_admin_ui_states .state-status {
  9. text-align: center;
  10. }
  11. #workflow_admin_ui_states .state-count {
  12. text-align: right;
  13. }
  14. #workflow_admin_ui_states th.state-ops {
  15. }