Skip to content

Commit 0997f54

Browse files
authored
Merge pull request #784 from turnitin/fix/assignment_table
adjust table view for not retina display with device pixel ratio 1
2 parents ea8aff3 + 473dadd commit 0997f54

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

sass/partials/_listbar.scss

+17-3
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@
147147
}
148148

149149
.mod_turnitintooltwo_listbar .mod_turnitintooltwo_refresh_link {
150-
padding-left: 10px;
151-
padding-right: 10px;
150+
padding-left: 5px;
151+
padding-right: 5px;
152152
}
153153

154154
.mod_turnitintooltwo_listbar {
@@ -166,11 +166,25 @@
166166
@media screen and (max-width: 1260px) {
167167
.mod_turnitintooltwo_listbar {
168168
font-size: 12px;
169+
170+
.mod_turnitintooltwo_nonsubmitters_link {
171+
width: auto;
172+
margin-left: 0;
173+
padding: 5px 5px;
174+
}
169175
}
170176

171177
.dataTables_filter {
172178
input[type="search"] {
173-
max-width: 105px;
179+
max-width: 95px;
180+
}
181+
}
182+
183+
.mod_turnitintooltwo_listbar {
184+
#mod_turnitintooltwo_download_links {
185+
.btn.dropdown-toggle {
186+
padding-right: 0;
187+
}
174188
}
175189
}
176190
}

0 commit comments

Comments
 (0)