More tweeks for visual style for the filter bar and settings

This commit is contained in:
Kyle Fiedler
2012-07-05 17:40:31 -04:00
parent f1623ec605
commit 4b43e3474f
4 changed files with 39 additions and 25 deletions

View File

@@ -2,27 +2,27 @@
<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> -->
<!-- <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>