We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faaeff6 commit 7cf908fCopy full SHA for 7cf908f
analytics_dashboard/static/sass/_developer.scss
@@ -216,11 +216,22 @@ body.view-course-list {
216
}
217
218
// DataTables
219
-// Icon spacing
+// align the headings with the text in the rows
220
+table.dataTable thead > tr > th {
221
+ padding-left: 6px;
222
+ padding-right: 6px;
223
+}
224
+
225
+// Icon spacing and position the arrows next to the header labels
226
table.dataTable thead th.sorting:after,
227
table.dataTable thead th.sorting_asc:after,
228
table.dataTable thead th.sorting_desc:after {
- right: 3px;
229
+ position: relative;
230
+ top: 0px;
231
+ right: 0px;
232
+ display: inline;
233
+ padding-left: 8px;
234
+ font-family: FontAwesome;
235
236
237
//Sort Icon Color
0 commit comments