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
fd41a2f6
Commit
fd41a2f6
authored
Dec 03, 2012
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grading - added in sub section controls
parent
2b6bfc4f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
18 deletions
+21
-18
cms/static/sass/_courseware.scss
+10
-5
cms/static/sass/_subsection.scss
+9
-11
cms/templates/edit_subsection.html
+1
-1
cms/templates/overview.html
+1
-1
No files found.
cms/static/sass/_courseware.scss
View file @
fd41a2f6
...
...
@@ -153,11 +153,12 @@ input.courseware-unit-search-input {
top
:
0
;
right
:
2px
;
display
:
none
;
width
:
10
5
px
;
padding
:
10px
20
px
10px
10px
;
width
:
10
0
px
;
padding
:
10px
35
px
10px
10px
;
@include
border-radius
(
3px
);
background
:
$lightGrey
;
color
:
$lightGrey
;
text-align
:
right
;
font-size
:
12px
;
font-weight
:
bold
;
line-height
:
16px
;
...
...
@@ -178,7 +179,7 @@ input.courseware-unit-search-input {
.menu
{
z-index
:
1
;
display
:
block
;
display
:
none
;
opacity
:
0
.0
;
position
:
absolute
;
top
:
-1px
;
...
...
@@ -191,6 +192,7 @@ input.courseware-unit-search-input {
@include
border-radius
(
4px
);
@include
box-shadow
(
0
1px
2px
rgba
(
0
,
0
,
0
,
.2
));
@include
transition
(
opacity
.15s
);
@include
transition
(
display
.15s
);
li
{
...
...
@@ -223,6 +225,7 @@ input.courseware-unit-search-input {
.menu
{
z-index
:
1000
;
display
:
block
;
opacity
:
1
.0
;
}
...
...
@@ -338,9 +341,10 @@ input.courseware-unit-search-input {
right
:
-5px
;
display
:
none
;
width
:
110px
;
padding
:
5px
2
0px
5px
10px
;
padding
:
5px
4
0px
5px
10px
;
@include
border-radius
(
3px
);
color
:
$lightGrey
;
text-align
:
right
;
font-size
:
12px
;
font-weight
:
bold
;
line-height
:
16px
;
...
...
@@ -361,7 +365,7 @@ input.courseware-unit-search-input {
.menu
{
z-index
:
1
;
display
:
block
;
display
:
none
;
opacity
:
0
.0
;
position
:
absolute
;
top
:
-1px
;
...
...
@@ -407,6 +411,7 @@ input.courseware-unit-search-input {
.menu
{
z-index
:
1000
;
display
:
block
;
opacity
:
1
.0
;
}
...
...
cms/static/sass/_subsection.scss
View file @
fd41a2f6
...
...
@@ -137,8 +137,7 @@
a
{
font-size
:
11px
;
font-weight
:
700
;
line-height
:
31px
;
font-weight
:
bold
;
text-transform
:
uppercase
;
}
...
...
@@ -199,11 +198,11 @@
margin
:
0
;
padding
:
0
;
background
:
transparent
;
color
:
$
darkGrey
;
color
:
$
blue
;
border
:
none
;
font-size
:
1
2
px
;
font-size
:
1
1
px
;
font-weight
:
bold
;
line-height
:
16px
;
text-transform
:
uppercase
;
}
.menu-toggle
{
...
...
@@ -221,10 +220,11 @@
}
.menu
{
z-index
:
1
0
;
z-index
:
1
;
position
:
absolute
;
top
:
-12px
;
left
:
-7px
;
display
:
none
;
width
:
100%
;
margin
:
0
;
padding
:
8px
12px
;
...
...
@@ -246,10 +246,6 @@
margin-bottom
:
0
;
padding-bottom
:
0
;
border
:
none
;
a
{
color
:
$darkGrey
;
}
}
}
...
...
@@ -265,11 +261,13 @@
&
.is-active
{
.menu
{
z-index
:
10000
;
display
:
block
;
opacity
:
1
.0
;
}
.menu-toggle
{
z-index
:
1000
0
;
z-index
:
1000
;
}
}
...
...
cms/templates/edit_subsection.html
View file @
fd41a2f6
...
...
@@ -86,7 +86,7 @@
</div>
<div
class=
"row gradable"
>
<label>
Graded
?
:
</label>
<label>
Graded
as
:
</label>
<div
class=
"gradable-status"
>
<h4
class=
"status-label"
>
Not Graded
</h4>
...
...
cms/templates/overview.html
View file @
fd41a2f6
...
...
@@ -175,7 +175,7 @@
<h4
class=
"status-label"
>
Not Graded
</h4>
<a
class=
"menu-toggle"
href=
"#"
>
<span
class=
"ss-icon ss-standard"
>
✓
</span>
<span
class=
"ss-icon ss-standard"
data-tooltip=
"Holy Shit!"
>
✓
</span>
</a>
<ul
class=
"menu"
>
...
...
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