Commit 2512c79d by Hasnain Committed by Chris Dodge

Adding css for firefox UI issues

parent 2a497831
...@@ -59,7 +59,8 @@ var edx = edx || {}; ...@@ -59,7 +59,8 @@ var edx = edx || {};
}); });
$el.find('form input[type="text"]').css({ $el.find('form input[type="text"]').css({
"height": "26px", "height": "26px",
"padding": "5px 8px" "padding": "1px 8px 2px",
"font-size": "14px"
}); });
$el.find('form input[type="submit"]').css({ $el.find('form input[type="submit"]').css({
"margin-top": "10px", "margin-top": "10px",
...@@ -76,6 +77,10 @@ var edx = edx || {}; ...@@ -76,6 +77,10 @@ var edx = edx || {};
"font-size": "14px", "font-size": "14px",
"padding": "0px 10px 5px 7px" "padding": "0px 10px 5px 7px"
}); });
$el.find('form select').css({
"padding": "2px 0px 2px 2px",
"font-size": "16px"
});
}, },
getCurrentFormValues: function () { getCurrentFormValues: function () {
return { return {
......
...@@ -7,8 +7,7 @@ ...@@ -7,8 +7,7 @@
<% if (is_allowances) { %> <% if (is_allowances) { %>
<div class="wrapper-content wrapper"> <div class="wrapper-content wrapper">
<section class="content"> <section class="content exam-allowances-content">
<table class="allowance-table"> <table class="allowance-table">
<thead> <thead>
<tr class="allowance-headings"> <tr class="allowance-headings">
......
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