-
Notifications
You must be signed in to change notification settings - Fork 15
/
styles.css
48 lines (43 loc) · 1.18 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
.filter_embedquestion-iframe {
display: block;
width: 100%;
height: 250px;
border: 0 none;
background: transparent;
}
body#page-filter-embedquestion-showquestion {
height: auto;
overflow-y: hidden;
background: transparent;
}
body#page-filter-embedquestion-showquestion #ou-site-body,
body#page-filter-embedquestion-showquestion #osep-pagewrapper,
body#page-filter-embedquestion-showquestion #page-content,
body#page-filter-embedquestion-showquestion #page {
background: transparent;
}
body#page-filter-embedquestion-showquestion #region-main,
body#page-filter-embedquestion-showquestion #osep-mainwrapper {
padding: 0;
}
body#page-filter-embedquestion-showquestion #osep-bottomclearer {
display: none;
}
body#page-filter-embedquestion-showquestion .que {
margin: 0;
border-top: none;
padding-top: 0;
}
body#page-filter-embedquestion-showquestion .que .filter_embedquestion-fill-link button {
padding: 0;
font-size: 1em;
text-align: left;
}
/* This needs to work both inside and outside the iframe. */
.filter_embedquestion-error {
background-color: #f0f0f1;
padding: 5px 10px;
}
form#embedqform select {
max-width: 100%;
}