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
f8599ba1
Commit
f8599ba1
authored
Aug 20, 2014
by
dragonfi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Feedback popup: match look from other XBlocks
parent
239bfcd1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
22 deletions
+23
-22
drag_and_drop_v2/public/css/drag_and_drop.css
+19
-17
drag_and_drop_v2/templates/html/drag_and_drop.html
+4
-5
No files found.
drag_and_drop_v2/public/css/drag_and_drop.css
View file @
f8599ba1
...
...
@@ -148,32 +148,34 @@
}
.xblock--drag-and-drop
.popup
{
display
:
none
;
position
:
absolute
;
top
:
20px
;
right
:
20px
;
display
:
none
;
top
:
5%
;
right
:
5%
;
background
:
none
repeat
scroll
0
0
#66A5B5
;
opacity
:
0.9
;
padding
:
10px
;
width
:
300px
;
width
:
500px
;
max-width
:
90%
;
min-height
:
50px
;
max-height
:
90%
;
overflow-y
:
auto
;
z-index
:
100
;
}
.xblock--drag-and-drop
.popup
.popup-content
{
color
:
#fff
;
font-family
:
arial
;
font-size
:
14px
;
color
:
#FFFFFF
;
margin-left
:
15px
;
margin-top
:
35px
;
margin-bottom
:
15px
;
}
.xblock--drag-and-drop
.popup
.close
{
cursor
:
pointer
;
position
:
absolute
;
top
:
5px
;
right
:
3px
;
width
:
18px
;
height
:
21px
;
font-family
:
FontAwesome
;
font-style
:
normal
;
text-align
:
center
;
color
:
#fff
;
float
:
right
;
margin-right
:
8px
;
margin-top
:
8px
;
margin-left
:
20px
;
color
:
#FFFFFF
;
font-family
:
"fontawesome"
;
font-size
:
18pt
;
}
drag_and_drop_v2/templates/html/drag_and_drop.html
View file @
f8599ba1
...
...
@@ -11,14 +11,13 @@
</section>
<section
class=
"drag-container"
>
<div
class=
"popup"
>
<div
class=
"close icon-remove-sign fa-times-circle"
></div>
<p
class=
"popup-content"
></p>
</div>
<ul
class=
"items"
></ul>
<div
class=
"target"
>
<div
class=
"popup"
>
<div
class=
"close icon-remove-sign fa-times-circle"
></div>
<p
class=
"popup-content"
></p>
</div>
<div
class=
"target-img"
></div>
</div>
...
...
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