Skip to content

Commit

Permalink
Merge pull request #800 from edx/andya/fix-staff-tools-styling-issue
Browse files Browse the repository at this point in the history
Fix styling issue with ORA staff tools
  • Loading branch information
andy-armstrong committed Nov 30, 2015
2 parents b6a543b + 4b99014 commit bc6d03b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openassessment/xblock/static/css/openassessment-ltr.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openassessment/xblock/static/css/openassessment-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openassessment/xblock/static/sass/oa/elements/_staff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
.staff-info__status__table, .staff-info__classifierset__table {
@extend %copy-3;
@include border-radius(($baseline-v/10));
color: $copy-staff-color;
word-break: initial;

.title {
@extend %hd-2;
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def load_requirements(*requirements_paths):

setup(
name='ora2',
version='0.2.3',
version='0.2.4',
author='edX',
url='http://github.com/edx/edx-ora2',
description='edx-ora2',
Expand Down

0 comments on commit bc6d03b

Please sign in to comment.