Commit 42d4b4d6 by Brian Talbot Committed by John Jarvis

drupal integration - revised padding between content and footer globally,…

drupal integration - revised padding between content and footer globally, removed secondary form actions for time being
parent 2f625537
...@@ -81,9 +81,10 @@ a:link, a:visited { ...@@ -81,9 +81,10 @@ a:link, a:visited {
} }
.content-wrapper { .content-wrapper {
background: rgb(255,255,255);
margin: 0 auto 0;
width: flex-grid(12); width: flex-grid(12);
margin: 0 auto;
padding-bottom: ($baseline*2);
background: rgb(255,255,255);
} }
.container { .container {
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
} }
aside { aside {
margin: ($baseline*1.5) 0 0 0; margin: 0;
width: flex-grid(4); width: flex-grid(4);
float: left; float: left;
} }
......
.dashboard { .dashboard {
@include clearfix; @include clearfix;
padding: 60px 0px 120px; padding: 60px 0 0 0;
.dashboard-banner { .dashboard-banner {
background: $yellow; background: $yellow;
......
...@@ -94,9 +94,9 @@ ...@@ -94,9 +94,9 @@
<div class="form-actions"> <div class="form-actions">
<button name="submit" type="submit" id="submit" class="action action-primary action-update">Access My Courses</button> <button name="submit" type="submit" id="submit" class="action action-primary action-update">Access My Courses</button>
% if has_extauth_info is UNDEFINED: % if has_extauth_info is UNDEFINED:
<span class="wrapper wrapper-action action-secondary"> <!-- <span class="wrapper wrapper-action action-secondary">
<a href="#" class="action action-register">Not enrolled? Register</a> <a href="#" class="action action-register">Not enrolled? Register</a>
</span> </span> -->
% endif % endif
</div> </div>
</form> </form>
......
...@@ -202,9 +202,9 @@ ...@@ -202,9 +202,9 @@
<div class="form-actions"> <div class="form-actions">
<button name="submit" type="submit" id="submit" class="action action-primary action-update">Register &amp; Create My Account</button> <button name="submit" type="submit" id="submit" class="action action-primary action-update">Register &amp; Create My Account</button>
% if has_extauth_info is UNDEFINED: % if has_extauth_info is UNDEFINED:
<span class="wrapper wrapper-action action-secondary"> <!-- <span class="wrapper wrapper-action action-secondary">
<a href="${reverse('login')}" class="action action-login">Already have an account? Login</a> <a href="${reverse('login')}" class="action action-login">Already have an account? Login</a>
</span> </span> -->
% endif % endif
</div> </div>
</form> </form>
......
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