Commit b31af9eb by Kyle Fiedler

Added more wip and fixed issue with after

parent 18a1df01
...@@ -124,12 +124,12 @@ textarea { ...@@ -124,12 +124,12 @@ textarea {
outline: 1px solid #f00 !important; outline: 1px solid #f00 !important;
position: relative; position: relative;
&:after { // &:after {
content: "WIP"; // content: "WIP";
font-size: 8px; // font-size: 8px;
padding: 2px; // padding: 2px;
background: #f00; // background: #f00;
color: #fff; // color: #fff;
@include position(absolute, 0px 0px 0 0); // @include position(absolute, 0px 0px 0 0);
} // }
} }
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
</ul> </ul>
</li> </li>
%endfor %endfor
<li> <li class="wip">
<header> <header>
<h1>Course Scratch Pad</h1> <h1>Course Scratch Pad</h1>
</header> </header>
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
</ol> </ol>
<section class="new-section"> <section class="new-section">
<a href="#" >+ Add New Section</a> <a href="#" class="wip" >+ Add New Section</a>
<!-- <section> --> <!-- <section> -->
<!-- <form> --> <!-- <form> -->
......
<section class="sequence-edit"> <section class="sequence-edit">
<section class="filters"> <section class="filters wip">
<ul> <ul>
<li> <li>
<h2>Sort:</h2> <h2>Sort:</h2>
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
</ol> </ol>
</section> </section>
<section class="scratch-pad"> <section class="scratch-pad wip">
<ol> <ol>
<li class="new-module"> <li class="new-module">
<%include file="new-module.html"/> <%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