Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-proctoring
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
edx-proctoring
Commits
2512c79d
Commit
2512c79d
authored
Sep 08, 2015
by
Hasnain
Committed by
Chris Dodge
Sep 09, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding css for firefox UI issues
parent
2a497831
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
edx_proctoring/static/proctoring/js/views/proctored_exam_add_allowance_view.js
+6
-1
edx_proctoring/static/proctoring/templates/course_allowances.underscore
+1
-2
No files found.
edx_proctoring/static/proctoring/js/views/proctored_exam_add_allowance_view.js
View file @
2512c79d
...
@@ -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
{
...
...
edx_proctoring/static/proctoring/templates/course_allowances.underscore
View file @
2512c79d
...
@@ -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">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment