mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 08:14:20 +00:00
11 lines
231 B
CSS
11 lines
231 B
CSS
#admin-menu a.custom-workflows {
|
|
background-image: url(../../../images/ticket_go.png);
|
|
}
|
|
|
|
table.list.custom-workflows td {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#custom_workflow_description, #custom_workflow_script {
|
|
width: 99%;
|
|
} |