mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 08:14:20 +00:00
29 lines
612 B
CSS
29 lines
612 B
CSS
#admin-menu a.custom-workflows {
|
|
background-image: url(../../../images/ticket_go.png);
|
|
}
|
|
|
|
table.list.custom-workflows td {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
table.list.custom-workflows td.description {
|
|
text-align: left;
|
|
}
|
|
|
|
#custom_workflow_description, #custom_workflow_name {
|
|
width: 98%;
|
|
}
|
|
|
|
#custom_workflow_before_save, #custom_workflow_after_save {
|
|
width: 98%;
|
|
font-size: 11px;
|
|
}
|
|
|
|
#custom_workflow_enabled_projects ul {
|
|
max-height: 200px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.icon-export { background-image: url(../images/export.png); }
|
|
.icon-import { background-image: url(../images/import.png); }
|