Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx
edx-platform
Commits
43c2acdb
Commit
43c2acdb
authored
Feb 04, 2013
by
Christina Roberts
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1416 from MITx/feature/dhm/dnd
Brian's CSS updates.
parents
25bede90
ffd585ae
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
11 deletions
+6
-11
cms/static/sass/_courseware.scss
+5
-11
cms/static/sass/_unit.scss
+1
-0
No files found.
cms/static/sass/_courseware.scss
View file @
43c2acdb
...
@@ -656,17 +656,6 @@ input.courseware-unit-search-input {
...
@@ -656,17 +656,6 @@ input.courseware-unit-search-input {
}
}
}
}
// sort/drag and drop - make room
.ui-dragging-pushdown
{
@include
transition
(
margin-top
0
.5s
ease-in-out
0s
);
margin-top
:
15px
;
}
.ui-dragging-pushup
{
@include
transition
(
margin-bottom
0
.5s
ease-in-out
0s
);
margin-bottom
:
15px
;
}
.ui-draggable-dragging
{
.ui-draggable-dragging
{
@include
box-shadow
(
0
1px
2px
rgba
(
0
,
0
,
0
,
.3
));
@include
box-shadow
(
0
1px
2px
rgba
(
0
,
0
,
0
,
.3
));
border
:
1px
solid
$darkGrey
;
border
:
1px
solid
$darkGrey
;
...
@@ -677,6 +666,11 @@ input.courseware-unit-search-input {
...
@@ -677,6 +666,11 @@ input.courseware-unit-search-input {
background
:
$yellow
!
important
;
background
:
$yellow
!
important
;
}
}
}
}
// hiding unit button - temporary fix until this semantically corrected
.new-unit-item
{
display
:
none
;
}
}
}
ol
.ui-droppable
.branch
:first-child
.section-item
{
ol
.ui-droppable
.branch
:first-child
.section-item
{
...
...
cms/static/sass/_unit.scss
View file @
43c2acdb
...
@@ -305,6 +305,7 @@
...
@@ -305,6 +305,7 @@
.wrapper-component-editor
{
.wrapper-component-editor
{
z-index
:
9999
;
z-index
:
9999
;
position
:
relative
;
position
:
relative
;
background
:
$lightBluishGrey2
;
}
}
.component-editor
{
.component-editor
{
...
...
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