Commit 0e9ed196 by Muhammad Shoaib

PHX-112 css styling for proctoring tab student attempts in instructor dashboard

parent 68da716d
...@@ -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: 240px; width: 285px;
} }
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: 4px 12px; padding: 6px 12px;
cursor: pointer; cursor: pointer;
} }
} }
......
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