Commit 2ee10a6c by Muhammad Shoaib

fixed the allowances table css issue in instructor dashboard

parent 4aa38330
...@@ -1956,16 +1956,20 @@ input[name="subject"] { ...@@ -1956,16 +1956,20 @@ input[name="subject"] {
width: 140px; width: 140px;
} }
&.email { &.email {
width: 250px; @include text-align(center);
width: ($baseline*8);
word-wrap: break-word; word-wrap: break-word;
} }
&.allowance-name { &.allowance-name {
width: 140px; width: ($baseline*5);
text-align: center;
} }
&.allowance-value { &.allowance-value {
width: 150px; @include text-align(center);
width: ($baseline*5);
} }
&.c_action { &.c_action {
@include text-align(center);
width: 60px; width: 60px;
} }
} }
...@@ -1991,6 +1995,7 @@ input[name="subject"] { ...@@ -1991,6 +1995,7 @@ input[name="subject"] {
text-align: center; text-align: center;
} }
td:nth-child(3){ td:nth-child(3){
word-wrap: break-word;
text-align: center; text-align: center;
} }
td:nth-child(6){ td:nth-child(6){
...@@ -1998,17 +2003,12 @@ input[name="subject"] { ...@@ -1998,17 +2003,12 @@ input[name="subject"] {
text-align: center; text-align: center;
} }
td{
a.remove_allowance{
@include margin-left(15px);
}
}
td:last-child { td:last-child {
padding-left: 17px; padding-left: 17px;
} }
} }
} }
.exam-attempts-content { .exam-attempts-content, .exam-allowances-content {
padding-left: 0; padding-left: 0;
padding-right: 0; padding-right: 0;
} }
...@@ -2033,7 +2033,7 @@ input[name="subject"] { ...@@ -2033,7 +2033,7 @@ input[name="subject"] {
span { span {
background-color: #ccc; background-color: #ccc;
display: inline-block; display: inline-block;
padding: 6px 12px; padding: 7px 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