-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
58 lines (49 loc) · 1.01 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
/*
This file is part of Moodle - http://moodle.org/
*/
/* block div */
.block_shibbuncif .content {
text-align: center;
border: none;
}
/* button */
.btn-asu {
background-color: #ffcc00 !important;
background-image: none !important;
border: none !important;
}
.btn-asu:hover,
.btn-asu:focus,
.btn-asu:active,
.btn-asu.active {
background-color: #edbe01 !important;
}
a.btn-asu {
color: #3a3a3a;
}
/* login text link */
.block_shibbuncif .content .text_link {
margin: .25em 0 .25em 0;
padding: 0;
font-size: 1.75em;
}
/* idp form div */
.block_shibbuncif .content .idpform {
margin: 1em 0 1em 0;
padding: .2em 0 .4em 0;
border: 1px solid #e0e0e0;
}
/* the dropdown list */
.block_shibbuncif .content .idpform select {
margin: .20em 0 .25em 0;
max-width: 170px;
}
body#page-site-index.notloggedin .block_shibbuncif .form-control {
display: inline-block;
}
/* password reset link */
.block_shibbuncif .content .footer .text_link_forgot {
margin: 1.25em 0;
padding: 0;
font-size: .9em;
}