diff --git a/cms/static/sass/views/_unit.scss b/cms/static/sass/views/_unit.scss index 60b065d279..2d40dc22b6 100644 --- a/cms/static/sass/views/_unit.scss +++ b/cms/static/sass/views/_unit.scss @@ -686,7 +686,7 @@ body.course.unit { } select { - @include box-shadow(0 1px 2px $shadow-l1 inset); + //@include box-shadow(0 1px 2px $shadow-l1 inset); &:focus { @include box-shadow(0 0 1px $shadow); diff --git a/common/static/css/vendor/html5-input-polyfills/number-polyfill.css b/common/static/css/vendor/html5-input-polyfills/number-polyfill.css index 2dacbb54c8..f3d8805739 100644 --- a/common/static/css/vendor/html5-input-polyfills/number-polyfill.css +++ b/common/static/css/vendor/html5-input-polyfills/number-polyfill.css @@ -5,7 +5,7 @@ div.number-spin-btn-container { vertical-align: middle; margin: 0 0 0 3px; padding: 0; - right: 74px; + left: 74%; top: 6px; } @@ -17,7 +17,7 @@ div.number-spin-btn { border-color: #ededed #777777 #777777 #ededed; border-style: solid; background-color: #eeeeee; - width: 1.2em; + width: 1em; font-size: 14px; } div.number-spin-btn:hover { /* added blue hover color */