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
6ca55b84
Commit
6ca55b84
authored
Feb 04, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - overview drag and drop: removed unused scss and hid new unit button while dragging
parent
902cdefe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
11 deletions
+5
-11
cms/static/sass/_courseware.scss
+5
-11
No files found.
cms/static/sass/_courseware.scss
View file @
6ca55b84
...
...
@@ -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
{
@include
box-shadow
(
0
1px
2px
rgba
(
0
,
0
,
0
,
.3
));
border
:
1px
solid
$darkGrey
;
...
...
@@ -677,6 +666,11 @@ input.courseware-unit-search-input {
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
{
...
...
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