Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx
edx-platform
Commits
0e9ed196
Commit
0e9ed196
authored
Aug 20, 2015
by
Muhammad Shoaib
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PHX-112 css styling for proctoring tab student attempts in instructor dashboard
parent
68da716d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
8 deletions
+22
-8
lms/static/sass/course/instructor/_instructor_2.scss
+22
-8
No files found.
lms/static/sass/course/instructor/_instructor_2.scss
View file @
0e9ed196
...
@@ -1927,9 +1927,8 @@ input[name="subject"] {
...
@@ -1927,9 +1927,8 @@ input[name="subject"] {
height
:
40px
;
height
:
40px
;
border-bottom
:
1px
solid
#BEBEBE
;
border-bottom
:
1px
solid
#BEBEBE
;
th
:nth-child
(
5
)
{
th
:nth-child
(
5
)
,
th
:nth-child
(
4
)
{
text-align
:
center
;
text-align
:
center
;
width
:
120px
;
}
}
th
:first-child
{
th
:first-child
{
padding-left
:
$baseline
;
padding-left
:
$baseline
;
...
@@ -1939,8 +1938,7 @@ input[name="subject"] {
...
@@ -1939,8 +1938,7 @@ input[name="subject"] {
border-bottom
:
1px
solid
$border-color-1
;
border-bottom
:
1px
solid
$border-color-1
;
font-size
:
16px
;
font-size
:
16px
;
&
.attempt-allowed-time
{
&
.attempt-allowed-time
{
width
:
140px
;
width
:
90px
;
word-wrap
:
break-word
;
}
}
&
.attempt-started-at
{
&
.attempt-started-at
{
width
:
160px
;
width
:
160px
;
...
@@ -1950,6 +1948,7 @@ input[name="subject"] {
...
@@ -1950,6 +1948,7 @@ input[name="subject"] {
}
}
&
.attempt-status
{
&
.attempt-status
{
width
:
100px
;
width
:
100px
;
text-align
:
center
;
}
}
&
.exam-name
{
&
.exam-name
{
width
:
150px
;
width
:
150px
;
...
@@ -1980,7 +1979,7 @@ input[name="subject"] {
...
@@ -1980,7 +1979,7 @@ input[name="subject"] {
line-height
:
normal
;
line-height
:
normal
;
font-size
:
14px
;
font-size
:
14px
;
}
}
td
:nth-child
(
5
),
td
:first-child
{
td
:nth-child
(
5
),
td
:first-child
{
@include
padding-left
(
$baseline
);
@include
padding-left
(
$baseline
);
}
}
td
:nth-child
(
2
)
{
td
:nth-child
(
2
)
{
...
@@ -1988,17 +1987,32 @@ input[name="subject"] {
...
@@ -1988,17 +1987,32 @@ input[name="subject"] {
@include
padding-right
(
0px
);
@include
padding-right
(
0px
);
word-wrap
:
break-word
;
word-wrap
:
break-word
;
}
}
td
:nth-child
(
5
)
{
td
:nth-child
(
5
)
,
td
:nth-child
(
4
)
{
@include
padding-left
(
0
);
@include
padding-left
(
0
);
text-align
:
center
;
text-align
:
center
;
}
}
td
:nth-child
(
3
)
{
text-align
:
center
;
}
td
:nth-child
(
6
)
{
word-wrap
:
break-word
;
text-align
:
center
;
}
td
{
td
{
a
.remove_allowance
{
a
.remove_allowance
{
@include
margin-left
(
15px
);
@include
margin-left
(
15px
);
}
}
}
}
td
:last-child
{
padding-left
:
17px
;
}
}
}
}
}
.exam-attempts-content
{
padding-left
:
0
;
padding-right
:
0
;
}
.top-header
{
.top-header
{
margin-top
:
-30px
;
margin-top
:
-30px
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
...
@@ -2012,7 +2026,7 @@ input[name="subject"] {
...
@@ -2012,7 +2026,7 @@ input[name="subject"] {
box-shadow
:
none
;
box-shadow
:
none
;
border-radius
:
5px
;
border-radius
:
5px
;
font-size
:
14px
;
font-size
:
14px
;
width
:
2
40
px
;
width
:
2
85
px
;
}
}
span
:first-child
{
span
:first-child
{
margin-right
:
-5px
;
margin-right
:
-5px
;
...
@@ -2020,7 +2034,7 @@ input[name="subject"] {
...
@@ -2020,7 +2034,7 @@ input[name="subject"] {
span
{
span
{
background-color
:
#ccc
;
background-color
:
#ccc
;
display
:
inline-block
;
display
:
inline-block
;
padding
:
4
px
12px
;
padding
:
6
px
12px
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
}
}
...
...
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