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
d795e3c3
Commit
d795e3c3
authored
Sep 15, 2016
by
Jillian Vogel
Committed by
GitHub
Sep 15, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12 from arbrandes/OC-1859
RTL fixes
parents
d6b36969
fe49f586
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
96 additions
and
13 deletions
+96
-13
drag_and_drop_v2/public/css/drag_and_drop.css
+96
-13
No files found.
drag_and_drop_v2/public/css/drag_and_drop.css
View file @
d795e3c3
...
@@ -307,34 +307,70 @@
...
@@ -307,34 +307,70 @@
/* Font Awesome icons have different width - margin-right tries to compensate it */
/* Font Awesome icons have different width - margin-right tries to compensate it */
.xblock--drag-and-drop
.feedback
p
:before
{
.ltr
.xblock--drag-and-drop
.feedback
p
:before
,
.rtl
.xblock--drag-and-drop
.feedback
p
:after
{
content
:
"\f129"
;
content
:
"\f129"
;
font-family
:
FontAwesome
;
font-family
:
FontAwesome
;
}
.ltr
.xblock--drag-and-drop
.feedback
p
:before
{
margin-right
:
0.7em
;
margin-right
:
0.7em
;
margin-left
:
0.3em
;
margin-left
:
0.3em
;
}
}
.xblock--drag-and-drop
.feedback
p
.correct
:before
{
.rtl
.xblock--drag-and-drop
.feedback
p
:after
{
margin-left
:
0.7em
;
margin-right
:
0.3em
;
}
.ltr
.xblock--drag-and-drop
.feedback
p
.correct
:before
,
.rtl
.xblock--drag-and-drop
.feedback
p
.correct
:after
{
content
:
"\f00c"
;
content
:
"\f00c"
;
font-family
:
FontAwesome
;
font-family
:
FontAwesome
;
}
.ltr
.xblock--drag-and-drop
.feedback
p
.correct
:before
{
margin-right
:
0.3em
;
margin-right
:
0.3em
;
margin-left
:
0
;
margin-left
:
0
;
}
}
.xblock--drag-and-drop
.feedback
p
.partial
:before
{
.rtl
.xblock--drag-and-drop
.feedback
p
.correct
:after
{
margin-left
:
0.3em
;
margin-right
:
0
;
}
.ltr
.xblock--drag-and-drop
.feedback
p
.partial
:before
,
.rtl
.xblock--drag-and-drop
.feedback
p
.partial
:after
{
content
:
"\f069"
;
content
:
"\f069"
;
font-family
:
FontAwesome
;
font-family
:
FontAwesome
;
}
.ltr
.xblock--drag-and-drop
.feedback
p
.partial
:before
{
margin-right
:
0.3em
;
margin-right
:
0.3em
;
margin-left
:
0
;
margin-left
:
0
;
}
}
.xblock--drag-and-drop
.feedback
p
.incorrect
:before
{
.rtl
.xblock--drag-and-drop
.feedback
p
.partial
:after
{
margin-left
:
0.3em
;
margin-right
:
0
;
}
.ltr
.xblock--drag-and-drop
.feedback
p
.incorrect
:before
,
.rtl
.xblock--drag-and-drop
.feedback
p
.incorrect
:after
{
content
:
"\f00d"
;
content
:
"\f00d"
;
font-family
:
FontAwesome
;
font-family
:
FontAwesome
;
}
.ltr
.xblock--drag-and-drop
.feedback
p
.incorrect
:before
{
margin-right
:
0.45em
;
margin-right
:
0.45em
;
margin-left
:
0.1em
;
margin-left
:
0.1em
;
}
}
.rtl
.xblock--drag-and-drop
.feedback
p
.incorrect
:after
{
margin-left
:
0.45em
;
margin-right
:
0.1em
;
}
.xblock--drag-and-drop
.popup
{
.xblock--drag-and-drop
.popup
{
position
:
absolute
;
position
:
absolute
;
display
:
none
;
display
:
none
;
...
@@ -362,15 +398,24 @@
...
@@ -362,15 +398,24 @@
.xblock--drag-and-drop
.popup
.close-feedback-popup-button
{
.xblock--drag-and-drop
.popup
.close-feedback-popup-button
{
cursor
:
pointer
;
cursor
:
pointer
;
float
:
right
;
margin-right
:
8px
;
margin-top
:
8px
;
margin-top
:
8px
;
margin-left
:
20px
;
color
:
#ffffff
;
color
:
#ffffff
;
font-family
:
"fontawesome"
;
font-family
:
"fontawesome"
;
font-size
:
18pt
;
font-size
:
18pt
;
}
}
.ltr
.xblock--drag-and-drop
.popup
.close-feedback-popup-button
{
float
:
right
;
margin-right
:
8px
;
margin-left
:
20px
;
}
.rtl
.xblock--drag-and-drop
.popup
.close-feedback-popup-button
{
float
:
left
;
margin-right
:
20px
;
margin-left
:
8px
;
}
.xblock--drag-and-drop
.popup
.close-feedback-popup-button
:focus
{
.xblock--drag-and-drop
.popup
.close-feedback-popup-button
:focus
{
outline
:
2px
solid
white
;
outline
:
2px
solid
white
;
}
}
...
@@ -487,41 +532,79 @@
...
@@ -487,41 +532,79 @@
}
}
.xblock--drag-and-drop
.attempts-used
{
.xblock--drag-and-drop
.attempts-used
{
margin-left
:
0.675em
;
font-size
:
0.875em
;
font-size
:
0.875em
;
color
:
#666
;
color
:
#666
;
}
}
.ltr
.xblock--drag-and-drop
.attempts-used
{
margin-left
:
0.675em
;
}
.rtl
.xblock--drag-and-drop
.attempts-used
{
margin-right
:
0.675em
;
}
.xblock--drag-and-drop
.actions-toolbar
.action-toolbar-item.sidebar-buttons
{
.xblock--drag-and-drop
.actions-toolbar
.action-toolbar-item.sidebar-buttons
{
text-align
:
left
;
display
:
block
;
display
:
block
;
}
}
.ltr
.xblock--drag-and-drop
.actions-toolbar
.action-toolbar-item.sidebar-buttons
{
text-align
:
left
;
}
.rtl
.xblock--drag-and-drop
.actions-toolbar
.action-toolbar-item.sidebar-buttons
{
text-align
:
right
;
}
@media
(
min-width
:
768px
)
{
@media
(
min-width
:
768px
)
{
.xblock--drag-and-drop
.actions-toolbar
.action-toolbar-item.sidebar-buttons
{
.xblock--drag-and-drop
.actions-toolbar
.action-toolbar-item.sidebar-buttons
{
float
:
right
;
margin
:
0
;
margin
:
0
;
}
.ltr
.xblock--drag-and-drop
.actions-toolbar
.action-toolbar-item.sidebar-buttons
{
float
:
right
;
padding-right
:
-5px
;
padding-right
:
-5px
;
}
}
.rtl
.xblock--drag-and-drop
.actions-toolbar
.action-toolbar-item.sidebar-buttons
{
float
:
left
;
padding-left
:
-5px
;
}
}
}
.xblock--drag-and-drop
.sidebar-buttons
.sidebar-button-wrapper
{
.xblock--drag-and-drop
.sidebar-buttons
.sidebar-button-wrapper
{
border-right
:
1px
solid
#ddd
;
border-collapse
:
collapse
;
border-collapse
:
collapse
;
padding
:
0
5px
;
padding
:
0
5px
;
display
:
inline-block
;
display
:
inline-block
;
height
:
100%
;
height
:
100%
;
}
}
.xblock--drag-and-drop
.sidebar-buttons
.sidebar-button-wrapper
:first-child
{
.ltr
.xblock--drag-and-drop
.sidebar-buttons
.sidebar-button-wrapper
{
border-right
:
1px
solid
#ddd
;
}
.rtl
.xblock--drag-and-drop
.sidebar-buttons
.sidebar-button-wrapper
{
border-left
:
1px
solid
#ddd
;
}
.ltr
.xblock--drag-and-drop
.sidebar-buttons
.sidebar-button-wrapper
:first-child
{
padding-left
:
0
;
padding-left
:
0
;
}
}
.xblock--drag-and-drop
.sidebar-buttons
.sidebar-button-wrapper
:last-child
{
.rtl
.xblock--drag-and-drop
.sidebar-buttons
.sidebar-button-wrapper
:first-child
{
padding-right
:
0
;
}
.ltr
.xblock--drag-and-drop
.sidebar-buttons
.sidebar-button-wrapper
:last-child
{
border-right
:
none
;
border-right
:
none
;
padding-right
:
0
;
padding-right
:
0
;
}
}
.rtl
.xblock--drag-and-drop
.sidebar-buttons
.sidebar-button-wrapper
:last-child
{
border-left
:
none
;
padding-left
:
0
;
}
.xblock--drag-and-drop
.sidebar-buttons
.btn-brand
{
.xblock--drag-and-drop
.sidebar-buttons
.btn-brand
{
display
:
inline-block
;
display
:
inline-block
;
padding
:
3px
5px
;
padding
:
3px
5px
;
...
...
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