Skip to content

Commit

Permalink
Merge pull request #784 from turnitin/fix/assignment_table
Browse files Browse the repository at this point in the history
adjust table view for not retina display with device pixel ratio 1
  • Loading branch information
andrii-ilin authored Dec 3, 2024
2 parents ea8aff3 + 473dadd commit 0997f54
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
20 changes: 17 additions & 3 deletions sass/partials/_listbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
}

.mod_turnitintooltwo_listbar .mod_turnitintooltwo_refresh_link {
padding-left: 10px;
padding-right: 10px;
padding-left: 5px;
padding-right: 5px;
}

.mod_turnitintooltwo_listbar {
Expand All @@ -166,11 +166,25 @@
@media screen and (max-width: 1260px) {
.mod_turnitintooltwo_listbar {
font-size: 12px;

.mod_turnitintooltwo_nonsubmitters_link {
width: auto;
margin-left: 0;
padding: 5px 5px;
}
}

.dataTables_filter {
input[type="search"] {
max-width: 105px;
max-width: 95px;
}
}

.mod_turnitintooltwo_listbar {
#mod_turnitintooltwo_download_links {
.btn.dropdown-toggle {
padding-right: 0;
}
}
}
}
Expand Down
Loading

0 comments on commit 0997f54

Please sign in to comment.