Get rid of comments
This commit is contained in:
@@ -123,13 +123,8 @@ textarea {
|
||||
.wip {
|
||||
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);
|
||||
// }
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -2,27 +2,28 @@
|
||||
<a href="#" class="new-module">
|
||||
+ Add new module
|
||||
</a>
|
||||
<!-- <div> -->
|
||||
<!-- <form> -->
|
||||
<!-- <ul> -->
|
||||
<!-- <li> -->
|
||||
<!-- <input type="text" name="" id="" placeholder="Moldule title" /> -->
|
||||
<!-- </li> -->
|
||||
<!-- <li> -->
|
||||
<!-- <select> -->
|
||||
<!-- <option>Use template</option> -->
|
||||
<!-- <option>Lecture Sequence</option> -->
|
||||
<!-- <option>Use template</option> -->
|
||||
<!-- </select> -->
|
||||
<!-- </li> -->
|
||||
<!-- <li> -->
|
||||
<!-- <input type="submit" value="Create & Edit Module" /> -->
|
||||
<!-- <div> -->
|
||||
<!-- <a href="#">Save without edit</a> -->
|
||||
<!-- <a href="#">Cancel</a> -->
|
||||
<!-- </div> -->
|
||||
<!-- </li> -->
|
||||
<!-- </ul> -->
|
||||
<!-- </form> -->
|
||||
<!-- </div> -->
|
||||
|
||||
<div class="hidden">
|
||||
<form>
|
||||
<ul>
|
||||
<li>
|
||||
<input type="text" name="" id="" placeholder="Moldule title" />
|
||||
</li>
|
||||
<li>
|
||||
<select>
|
||||
<option>Use template</option>
|
||||
<option>Lecture Sequence</option>
|
||||
<option>Use template</option>
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
<input type="submit" value="Create & Edit Module" />
|
||||
<div>
|
||||
<a href="#">Save without edit</a>
|
||||
<a href="#">Cancel</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
@@ -94,30 +94,30 @@
|
||||
<section class="new-section">
|
||||
<a href="#" class="wip" >+ Add New Section</a>
|
||||
|
||||
<!-- <section> -->
|
||||
<!-- <form> -->
|
||||
<!-- <ul> -->
|
||||
<!-- <li> -->
|
||||
<!-- <input type="text" name="" id="" placeholder="Section title" /> -->
|
||||
<!-- </li> -->
|
||||
<!-- <li> -->
|
||||
<!-- <select> -->
|
||||
<!-- <option>Blank</option> -->
|
||||
<!-- <option>6.002x</option> -->
|
||||
<!-- <option>6.00x</option> -->
|
||||
<!-- </select> -->
|
||||
<!-- </li> -->
|
||||
<!-- <li> -->
|
||||
<!-- <input type="submit" value="Save and edit week" class="edit-week" /> -->
|
||||
<section class="hidden">
|
||||
<form>
|
||||
<ul>
|
||||
<li>
|
||||
<input type="text" name="" id="" placeholder="Section title" />
|
||||
</li>
|
||||
<li>
|
||||
<select>
|
||||
<option>Blank</option>
|
||||
<option>6.002x</option>
|
||||
<option>6.00x</option>
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
<input type="submit" value="Save and edit week" class="edit-week" />
|
||||
|
||||
<!-- <div> -->
|
||||
<!-- <a href="#" class="close">Save without edit</a> -->
|
||||
<!-- <a href="#" class="close">cancel</a> -->
|
||||
<!-- </div> -->
|
||||
<!-- </li> -->
|
||||
<!-- </ul> -->
|
||||
<!-- </form> -->
|
||||
<!-- </section> -->
|
||||
<div>
|
||||
<a href="#" class="close">Save without edit</a>
|
||||
<a href="#" class="close">cancel</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user