forked from moodleou/moodle-block_workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
79 lines (76 loc) · 1.72 KB
/
styles.css
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.path-admin-blocks-workflow h2 {
margin-top: 0;
}
.block_workflow table.workflow {
margin: 0;
width: 100%;
}
.block_workflow ul.block_workflow_todolist {
margin: 0;
}
.block_workflow .block_workflow_todolist li {
list-style-type: none;
margin: 0;
padding: 0 0 0 22px;
background: url([[pix:block_workflow|todo]]) no-repeat left top;
}
.block_workflow .block_workflow_todolist li.completed {
text-decoration: line-through;
background-image: url([[pix:block_workflow|done]]);
}
.block-workflow-panel .loading-lightbox {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
min-width: 50px;
min-height: 150px;
text-align: center;
opacity: 0.5;
}
.block-workflow-panel .loading-lightbox.hidden {
display: none;
}
.block-workflow-panel .loading-lightbox .loading-icon {
margin-top: 120px;
}
.block-workflow-panel .wfk-submit {
text-align: right;
}
.block-workflow-panel .wfk-submit .submitbutton {
margin-right: 0;
}
#block-workflow-overview .active {
background-color: #bfc;
}
#block-workflow-overview .completed {
background-color: #ebb;
}
#block-workflow-overview .aborted {
background-color: #b11;
}
#block-workflow-overview .historyinfo {
font-size: 0.8em;
}
#block-workflow-overview .historyinfo p {
margin: 0.4em 0;
}
#block-workflow-overview .completeinfo {
display: block;
font-size: 0.8em;
white-space: nowrap;
}
#block-workflow-overview .dateinfo {
display: block;
font-size: 0.8em;
}
body.ie7 .moodle-dialogue-base .moodle-dialogue-hd .closebutton {
float: none;
position: absolute;
right: 5px;
}
#page-admin-blocks-workflow-manage #manage td.c2 {
font-size: 0.8em;
}