drupal integration - revised padding between content and footer globally, removed secondary form actions for time being
This commit is contained in:
committed by
John Jarvis
parent
2f6255378f
commit
42d4b4d69b
@@ -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;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.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 & 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>
|
||||
|
||||
Reference in New Issue
Block a user