Skip to content
Snippets Groups Projects
Commit 42d4b4d6 authored by Brian Talbot's avatar Brian Talbot Committed by John Jarvis
Browse files

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
No related merge requests found
......@@ -81,9 +81,10 @@ a:link, a:visited {
}
.content-wrapper {
background: rgb(255,255,255);
margin: 0 auto 0;
width: flex-grid(12);
margin: 0 auto;
padding-bottom: ($baseline*2);
background: rgb(255,255,255);
}
.container {
......
......@@ -77,7 +77,7 @@
}
aside {
margin: ($baseline*1.5) 0 0 0;
margin: 0;
width: flex-grid(4);
float: left;
}
......
.dashboard {
@include clearfix;
padding: 60px 0px 120px;
padding: 60px 0 0 0;
.dashboard-banner {
background: $yellow;
......
......@@ -94,9 +94,9 @@
<div class="form-actions">
<button name="submit" type="submit" id="submit" class="action action-primary action-update">Access My Courses</button>
% 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>
</span>
</span> -->
% endif
</div>
</form>
......
......@@ -202,9 +202,9 @@
<div class="form-actions">
<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:
<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>
</span>
</span> -->
% endif
</div>
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment