summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/css/admin.css
blob: 73ac448cd7b16d5bf4681d1a80ea611800b1bd70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.workflowengine .operation {
	padding: 5px;
	border-bottom: #eee 1px solid;
	border-left: rgba(0,0,0,0) 1px solid;
}
.workflowengine .operation.modified {
	border-left: rgb(255, 94, 32) 1px solid;
}
.workflowengine .operation button {
	margin-bottom: 0;
}
.workflowengine .operation span.info {
	padding: 7px;
	color: #eee;
}
.workflowengine .rules .operation:nth-last-child(2) {
	margin-bottom: 5px;
}

.workflowengine .pull-right {
	float: right
}

.workflowengine .operation .msg {
	border-radius: 3px;
	margin: 3px 3px 3px 0;
	padding: 5px;
	transition: opacity .5s;
}

.workflowengine .operation .button-delete,
.workflowengine .operation .button-delete-check {
	opacity: 0.5;
	padding: 7px;
}
.workflowengine .operation .button-delete:hover,
.workflowengine .operation .button-delete:focus,
.workflowengine .operation .button-delete-check:hover,
.workflowengine .operation .button-delete-check:focus {
	opacity: 1;
	cursor: pointer;
}