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
f488254e
Commit
f488254e
authored
May 21, 2014
by
Xavier Antoviaque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tip-overflow: Add scrollbar to feedback popup & allow height overflow
parent
0a64b71f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
mentoring/public/css/mentoring.css
+0
-4
mentoring/public/css/questionnaire.css
+6
-1
No files found.
mentoring/public/css/mentoring.css
View file @
f488254e
...
@@ -80,10 +80,6 @@
...
@@ -80,10 +80,6 @@
float
:
left
;
float
:
left
;
}
}
.mentoring
div
{
overflow
:
hidden
;
}
.mentoring
.choice-result
{
.mentoring
.choice-result
{
display
:
block
;
display
:
block
;
float
:
left
;
float
:
left
;
...
...
mentoring/public/css/questionnaire.css
View file @
f488254e
...
@@ -17,6 +17,10 @@
...
@@ -17,6 +17,10 @@
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.mentoring
.questionnaire
.choice
{
overflow-y
:
hidden
;
}
.mentoring
.questionnaire
.choice-result.checkmark-correct
,
.mentoring
.questionnaire
.choice-result.checkmark-correct
,
.mentoring
.questionnaire
.choice-result.checkmark-incorrect
{
.mentoring
.questionnaire
.choice-result.checkmark-incorrect
{
text-align
:
center
;
text-align
:
center
;
...
@@ -32,7 +36,8 @@
...
@@ -32,7 +36,8 @@
background
:
none
repeat
scroll
0
0
#66A5B5
;
background
:
none
repeat
scroll
0
0
#66A5B5
;
font-family
:
arial
;
font-family
:
arial
;
font-size
:
14px
;
font-size
:
14px
;
height
:
100%
;
height
:
130%
;
overflow-y
:
auto
;
opacity
:
0.9
;
opacity
:
0.9
;
padding
:
10px
;
padding
:
10px
;
width
:
300px
;
width
:
300px
;
...
...
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