Merge pull request #2498 from edx/dcs/a11y-sequence-nav

Accessibility improvements to the sequence navigation
This commit is contained in:
Dave St.Germain
2014-02-10 14:51:59 -05:00
7 changed files with 49 additions and 26 deletions

View File

@@ -46,13 +46,13 @@ div.course-wrapper {
}
}
ol.vert-mod {
.vert-mod {
padding: 0;
margin: 0;
line-height: 1.4;
list-style: none;
> li {
> div {
@extend .clearfix;
border-bottom: 1px solid #ddd;
margin-bottom: 15px;
@@ -232,6 +232,12 @@ div.course-wrapper {
}
.xblock {
&:focus {
outline: 0;
}
}
textarea.short-form-response {
height: 200px;
padding: 5px;