You are here

workflow_admin_ui.css in Workflow 7.2

Same filename and directory in other branches
  1. 7 workflow_admin_ui/workflow_admin_ui.css

Style Sheets for the Workflow_Admin_UI module.

File

workflow_admin_ui/workflow_admin_ui.css
View source
  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. }