forked from anthology-ally/moodle-tool_ally
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
58 lines (48 loc) · 881 Bytes
/
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
.ally-config-row {
margin: 1em 0;
}
.ally-pad {
margin: 1em 0;
}
#page-admin-tool-ally-lti-view iframe#contentframe {
padding: 1em;
}
#dt-allylog th {
white-space: nowrap;
}
#dt-allylog div[name="HeaderSettings"] {
display: none;
}
#dt-allylog label[name="PageSizeSelect"] {
font-weight: 500;
display: inline-block;
}
#dt-allylog .-page-size-select {
display: block;
width: 100%;
}
#dt-allylog .pagination {
display: flex;
list-style: none;
}
#dt-allylog .page-link {
padding: .5rem;
}
#dt-allylog .row {
display: flex;
margin-left: -15px;
margin-right: -15px;
}
#dt-allylog .col-sm-6 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
align-self:center;
}
@media (min-width: 768px) {
#dt-allylog .col-sm-6 {
float: left;
width: 50%;
}
}