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
979f8f87
Commit
979f8f87
authored
Oct 15, 2012
by
chrisndodge
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #914 from MITx/feature/tomg/cas-cleanup-2
removed section dates; fixed fly in dragging
parents
851616d2
551b8792
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
cms/static/sass/_courseware.scss
+15
-1
cms/static/sass/_unit.scss
+1
-1
No files found.
cms/static/sass/_courseware.scss
View file @
979f8f87
...
...
@@ -45,7 +45,7 @@ input.courseware-unit-search-input {
}
header
{
height
:
6
7px
;
height
:
4
7px
;
.item-details
{
float
:
left
;
...
...
@@ -80,6 +80,7 @@ input.courseware-unit-search-input {
}
h4
{
display
:
none
;
font-size
:
12px
;
color
:
#878e9d
;
...
...
@@ -102,6 +103,17 @@ input.courseware-unit-search-input {
border-top-width
:
0
;
}
}
&
.new-section
{
header
{
height
:
auto
;
@include
clearfix
;
}
.expand-collapse-icon
{
visibility
:
hidden
;
}
}
}
.new-section-name
,
...
...
@@ -114,12 +126,14 @@ input.courseware-unit-search-input {
@include
blue-button
;
padding
:
2px
20px
5px
;
margin
:
0
5px
;
color
:
#fff
!
important
;
}
.new-section-name-cancel
,
.new-subsection-name-cancel
{
@include
white-button
;
padding
:
2px
20px
5px
;
color
:
#8891a1
!
important
;
}
.dummy-calendar
{
...
...
cms/static/sass/_unit.scss
View file @
979f8f87
...
...
@@ -57,7 +57,7 @@
border
:
1px
solid
#d1ddec
;
border-radius
:
3px
;
background
:
#fff
;
@include
transition
(
border-color
.15s
);
@include
transition
(
none
);
&
:hover
{
border-color
:
#6696d7
;
...
...
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