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
e7711643
Commit
e7711643
authored
Dec 14, 2015
by
Braden MacDonald
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix zone sizing in Studio - was inconsistent when resizing window
parent
190195f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
drag_and_drop_v2/public/css/drag_and_drop_edit.css
+6
-6
No files found.
drag_and_drop_v2/public/css/drag_and_drop_edit.css
View file @
e7711643
...
...
@@ -35,6 +35,8 @@
box-pack
:
center
;
box-align
:
center
;
border
:
1px
dotted
#666
;
box-sizing
:
border-box
;
}
.xblock--drag-and-drop--editor
.zone
p
{
...
...
@@ -112,15 +114,17 @@
flex-direction
:
row
;
flex-wrap
:
nowrap
;
align-items
:
flex-start
;
justify-content
:
space-between
;
}
.xblock--drag-and-drop--editor
.zones-tab
.tab-content
.controls
{
flex-basis
:
40%
;
width
:
40%
;
max-width
:
50%
;
min-width
:
330px
;
margin-right
:
15px
;
}
.xblock--drag-and-drop--editor
.zones-tab
.tab-content
.target
{
flex-basis
:
60%
;
position
:
relative
;
border
:
1px
solid
#ccc
;
overflow
:
hidden
;
...
...
@@ -153,10 +157,6 @@
margin
:
0
19px
5px
0
;
}
.xblock--drag-and-drop--editor
.zone
{
border
:
1px
dotted
#666
;
}
.xblock--drag-and-drop--editor
.feedback-form
textarea
{
width
:
99%
;
height
:
128px
;
...
...
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