-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
32 lines (27 loc) · 900 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
.certificationbox {
padding: 0.5rem;
}
.certificationbox .certificationimage img {
max-width: 200px;
max-height: 100px;
width: auto;
height: auto;
}
#page-tool-certify-management-certification .certificationimage img,
#page-admin-tool-certify-management-certification .certificationimage img {
max-width: 300px;
max-height: 200px;
width: auto;
height: auto;
}
.certifications .certificationbox.even {
background-color: rgba(0, 0, 0, 0.03);
}
#page-tool-certify-management-certification_users .asssignment-filtering .simplesearchform,
#page-admin-tool-certify-management-certification_users .asssignment-filtering .simplesearchform {
float: left;
}
#page-tool-certify-management-certification_users .asssignment-filtering .singleselect,
#page-admin-tool-certify-management-certification_users .asssignment-filtering .singleselect {
float: right;
}