Merge pull request #9309 from edx/frances/teams-style-fixes

Teams cards list spacing
This commit is contained in:
frances botsford
2015-08-13 23:01:32 -04:00
2 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
<div class="sr-is-focusable sr-<%= type %>-view" tabindex="-1"></div>
<div class="<%= type %>-paging-header"></div>
<ul class="<%= type %>-list"></ul>
<ul class="<%= type %>-list cards-list"></ul>
<div class="<%= type %>-paging-footer"></div>

View File

@@ -173,6 +173,12 @@
}
}
// reset general ul styles
.cards-list {
margin: 0;
padding: 0;
}
.card {
@include clearfix();
transition: all $tmg-f2 ease-in-out;