Commit c3569040 by marco

css styles for firefox input number fields

parent 32f76910
...@@ -898,8 +898,8 @@ function saveSetSectionScheduleDate(e) { ...@@ -898,8 +898,8 @@ function saveSetSectionScheduleDate(e) {
} }
function checkNumberValidity(e) { function checkNumberValidity(e) {
e.preventDefault; //e.preventDefault;
$(e).val($(e).val().match(/\d*\.?\d+/)); //$(e).val($(e).val().match(/\d*\.?\d+/));
} }
...@@ -671,7 +671,7 @@ body.course.unit { ...@@ -671,7 +671,7 @@ body.course.unit {
} }
input[type="number"] { input[type="number"] {
width: 36%; width: 32%;
@include box-shadow(0 1px 2px $shadow-l1 inset); @include box-shadow(0 1px 2px $shadow-l1 inset);
&:active { &:active {
......
...@@ -228,7 +228,7 @@ HTML5 Number polyfill | Jonathan Stipe | https://github.com/jonstipe/number-poly ...@@ -228,7 +228,7 @@ HTML5 Number polyfill | Jonathan Stipe | https://github.com/jonstipe/number-poly
$elem.data("timeoutID", window.setTimeout(timeoutFunc, 700, elem, decrement)); $elem.data("timeoutID", window.setTimeout(timeoutFunc, 700, elem, decrement));
return null; return null;
}); });
$elem.css("textAlign", 'right'); $elem.css("textAlign", 'left');
if ($elem.css("opacity") !== "1") { if ($elem.css("opacity") !== "1") {
$(btnContainer).css("opacity", $elem.css("opacity")); $(btnContainer).css("opacity", $elem.css("opacity"));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment