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
b31af9eb
Commit
b31af9eb
authored
Jul 09, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added more wip and fixed issue with after
parent
18a1df01
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
cms/static/sass/_base.scss
+8
-8
cms/templates/widgets/navigation.html
+2
-2
cms/templates/widgets/sequence-edit.html
+2
-2
No files found.
cms/static/sass/_base.scss
View file @
b31af9eb
...
...
@@ -124,12 +124,12 @@ textarea {
outline
:
1px
solid
#f00
!
important
;
position
:
relative
;
&
:after
{
content
:
"WIP"
;
font-size
:
8px
;
padding
:
2px
;
background
:
#f00
;
color
:
#fff
;
@include
position
(
absolute
,
0px
0px
0
0
);
}
//
&:after {
//
content: "WIP";
//
font-size: 8px;
//
padding: 2px;
//
background: #f00;
//
color: #fff;
//
@include position(absolute, 0px 0px 0 0);
//
}
}
cms/templates/widgets/navigation.html
View file @
b31af9eb
...
...
@@ -64,7 +64,7 @@
</ul>
</li>
%endfor
<li>
<li
class=
"wip"
>
<header>
<h1>
Course Scratch Pad
</h1>
</header>
...
...
@@ -92,7 +92,7 @@
</ol>
<section
class=
"new-section"
>
<a
href=
"#"
>
+ Add New Section
</a>
<a
href=
"#"
class=
"wip"
>
+ Add New Section
</a>
<!-- <section> -->
<!-- <form> -->
...
...
cms/templates/widgets/sequence-edit.html
View file @
b31af9eb
<section
class=
"sequence-edit"
>
<section
class=
"filters"
>
<section
class=
"filters
wip
"
>
<ul>
<li>
<h2>
Sort:
</h2>
...
...
@@ -46,7 +46,7 @@
</ol>
</section>
<section
class=
"scratch-pad"
>
<section
class=
"scratch-pad
wip
"
>
<ol>
<li
class=
"new-module"
>
<
%
include
file=
"new-module.html"
/>
...
...
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