Commit 61ea9d36 by Tom Giannattasio

fixed log in header and overview search

parent ebd3f28d
......@@ -13,6 +13,7 @@
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(255, 255, 255, 0.05) inset, 0 1px 0 rgba(255, 255, 255, .25) inset;
h1 {
float: none;
margin: 5px 0;
font-size: 15px;
font-weight: 300;
......
......@@ -9,7 +9,9 @@
<div class="main-wrapper">
<div class="inner-wrapper">
<h1>Courseware</h1>
<input type="text" class="courseware-unit-search-input search wip-box" placeholder="search units" />
<div class="page-actions">
<input type="text" class="courseware-unit-search-input search wip-box" placeholder="search units" />
</div>
<article class="courseware-overview">
<a href="#" class="new-courseware-section-button wip-box"><span class="plus-icon"></span> New Section</a>
% for section in sections:
......
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