Commit b31af9eb by Kyle Fiedler

Added more wip and fixed issue with after

parent 18a1df01
......@@ -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);
// }
}
......@@ -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> -->
......
<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"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment