fixed missing polyfill buttons, adjusted layout of number input in component editor
UX-381
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
display: block;
|
||||
width: 45%;
|
||||
max-width: auto;
|
||||
margin-left: 33%;
|
||||
margin-left: 25%;
|
||||
padding: 0 13px;
|
||||
}
|
||||
|
||||
|
||||
@@ -619,7 +619,6 @@ body.course.unit,.view-unit {
|
||||
|
||||
//component-setting-entry
|
||||
.field.comp-setting-entry {
|
||||
@include transition(opacity $tmg-f2 ease-in-out 0s);
|
||||
background-color: $white;
|
||||
padding: $baseline;
|
||||
border-bottom: 1px solid $gray-l2;
|
||||
@@ -713,8 +712,7 @@ body.course.unit,.view-unit {
|
||||
}
|
||||
|
||||
input[type="number"] {
|
||||
|
||||
width: 38.5%;
|
||||
width: 42%;
|
||||
box-shadow: 0 1px 2px $shadow-l1 inset;
|
||||
//For webkit browsers which render number fields differently, make input wider.
|
||||
-moz-column-width: {
|
||||
|
||||
Reference in New Issue
Block a user