Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xblock-drag-and-drop-v2
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
xblock-drag-and-drop-v2
Commits
034e3b08
Commit
034e3b08
authored
Aug 20, 2014
by
dragonfi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add reset button html and css
parent
4d4e3931
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
drag_and_drop_v2/public/css/drag_and_drop.css
+8
-1
drag_and_drop_v2/templates/html/drag_and_drop.html
+2
-0
No files found.
drag_and_drop_v2/public/css/drag_and_drop.css
View file @
034e3b08
...
@@ -38,6 +38,7 @@
...
@@ -38,6 +38,7 @@
font-weight
:
bold
;
font-weight
:
bold
;
font-style
:
normal
;
font-style
:
normal
;
margin
:
10px
0
;
margin
:
10px
0
;
margin-top
:
20px
;
}
}
...
@@ -144,7 +145,6 @@
...
@@ -144,7 +145,6 @@
.xblock--drag-and-drop
.feedback
{
.xblock--drag-and-drop
.feedback
{
margin-top
:
20px
;
margin-top
:
20px
;
border-top
:
solid
1px
rgb
(
189
,
189
,
189
);
border-top
:
solid
1px
rgb
(
189
,
189
,
189
);
padding-top
:
20px
;
}
}
.xblock--drag-and-drop
.popup
{
.xblock--drag-and-drop
.popup
{
...
@@ -177,3 +177,10 @@
...
@@ -177,3 +177,10 @@
text-align
:
center
;
text-align
:
center
;
color
:
#fff
;
color
:
#fff
;
}
}
.xblock--drag-and-drop
.reset-button
{
cursor
:
pointer
;
float
:
right
;
color
:
#3384CA
;
margin-top
:
3px
;
}
drag_and_drop_v2/templates/html/drag_and_drop.html
View file @
034e3b08
...
@@ -25,7 +25,9 @@
...
@@ -25,7 +25,9 @@
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
</section>
</section>
<section
class=
"feedback"
>
<section
class=
"feedback"
>
<div
class=
"reset-button"
>
Reset exercise
</div>
<div
class=
"title1"
>
Feedback
</div>
<div
class=
"title1"
>
Feedback
</div>
<p
class=
"message"
></p>
<p
class=
"message"
></p>
</section>
</section>
...
...
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