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
de15c188
Commit
de15c188
authored
May 26, 2014
by
Xavier Antoviaque
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #45 from dragonfi/master
Style changes
parents
37a2bbd8
f75aae16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
mentoring/public/css/mentoring.css
+9
-1
mentoring/templates/html/mentoring_attempts.html
+1
-1
No files found.
mentoring/public/css/mentoring.css
View file @
de15c188
...
...
@@ -10,7 +10,7 @@
}
.mentoring
.messages
.title1
{
color
:
rgb
(
170
,
170
,
170
)
;
color
:
#333333
;
text-transform
:
uppercase
;
font-weight
:
bold
;
font-style
:
normal
;
...
...
@@ -85,3 +85,11 @@
float
:
left
;
height
:
33.33px
;
}
.mentoring
input
[
type
=
button
]
{
background-color
:
#3384ca
;
}
.mentoring
input
[
type
=
button
][
disabled
],
.mentoring
input
[
type
=
button
][
disabled
]
:hover
{
background-color
:
#cccccc
;
}
mentoring/templates/html/mentoring_attempts.html
View file @
de15c188
<script
type=
"text/template"
id=
"xblock-attempts-template"
>
<%
if
(
_
.
isNumber
(
max_attempts
)
&&
max_attempts
>
0
)
{{
%>
<
span
>
You
have
used
<%=
_
.
min
([
num_attempts
,
max_attempts
])
%>
of
<%=
max_attempts
%>
attempt
s
.
<
/span
>
<
span
>
You
have
used
<%=
_
.
min
([
num_attempts
,
max_attempts
])
%>
of
<%=
max_attempts
%>
submission
s
.
<
/span
>
<%
}}
%>
</script>
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