Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
problem-builder
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
problem-builder
Commits
5acc98da
Commit
5acc98da
authored
Apr 16, 2015
by
Braden MacDonald
Browse files
Options
Browse Files
Download
Plain Diff
Re-Merge pull request #8 from open-craft/apros-fix
Fix invalid appearance in Apros due to their box-sizing global
parents
25873d32
615aadbb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
problem_builder/public/css/questionnaire.css
+4
-1
problem_builder/public/themes/apros.css
+9
-0
problem_builder/public/themes/lms.css
+0
-1
No files found.
problem_builder/public/css/questionnaire.css
View file @
5acc98da
...
...
@@ -37,7 +37,7 @@
font-family
:
arial
;
font-size
:
14px
;
opacity
:
0.9
;
padding
:
22px
10px
;
padding
:
22px
10px
10px
10px
;
width
:
300px
;
min-height
:
40px
;
z-index
:
10000
;
...
...
@@ -78,10 +78,13 @@
display
:
table-cell
;
vertical-align
:
top
;
width
:
28px
;
padding-top
:
3px
;
padding-right
:
5px
;
}
.mentoring
.choice-label
{
display
:
table-cell
;
vertical-align
:
top
;
line-height
:
1.3
;
padding-top
:
4px
;
}
problem_builder/public/themes/apros.css
View file @
5acc98da
.mentoring
.questionnaire
.choice-tips
,
.mentoring
.questionnaire
.feedback
{
box-sizing
:
content-box
;
/* Avoid a global reset to border-box found on Apros */
}
.themed-xblock.mentoring
.choices-list
.choice-selector
{
padding
:
4px
3px
0
3px
;
font-size
:
16px
;
}
problem_builder/public/themes/lms.css
View file @
5acc98da
...
...
@@ -42,7 +42,6 @@ div.course-wrapper section.course-content .themed-xblock.mentoring p:empty {
vertical-align
:
middle
;
width
:
100%
;
padding-bottom
:
10px
;
padding-top
:
2px
;
}
.themed-xblock.mentoring
.choice-label
span
.low
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment