(SOL-883) RTL support for Registration Code redemption page

This commit is contained in:
marjev
2015-05-26 12:36:37 +00:00
committed by Marko Jevtic
parent 62797a3f2e
commit 3fe8768d93
5 changed files with 93 additions and 110 deletions

View File

@@ -284,11 +284,6 @@ $light-border: 1px solid $gray-l5;
.image {
@include float(left);
width: ($baseline*11);
img {
width: 100%;
height: 100%;
}
}
.data-input {
@@ -988,6 +983,13 @@ $light-border: 1px solid $gray-l5;
}
}
.course-image, .image {
.item-image {
width: 100%;
height: 100%;
}
}
.empty-cart {
@include border-radius(3px);
@include text-align(center);