drupal integration - revised padding between content and footer globally, removed secondary form actions for time being

This commit is contained in:
Brian Talbot
2013-01-21 21:13:12 -05:00
committed by John Jarvis
parent 2f6255378f
commit 42d4b4d69b
5 changed files with 9 additions and 8 deletions

View File

@@ -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 {

View File

@@ -77,7 +77,7 @@
}
aside {
margin: ($baseline*1.5) 0 0 0;
margin: 0;
width: flex-grid(4);
float: left;
}

View File

@@ -1,6 +1,6 @@
.dashboard {
@include clearfix;
padding: 60px 0px 120px;
padding: 60px 0 0 0;
.dashboard-banner {
background: $yellow;

View File

@@ -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>

View File

@@ -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>