Skip to content

Commit 63b5192

Browse files
authored
fix: minor css layout issues from datatables update (#92)
1 parent 23dec95 commit 63b5192

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

thunorweb/webpack/thunorweb/css/pyhts.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,11 @@ table.dataTable thead .sorting:after {
9595
color: rgba(50, 50, 50, 0.5);
9696
}
9797
/** Tag editor datatable **/
98-
#tag-table_length { float: left; }
99-
.dt-buttons { float: left; margin-left: 10px;}
98+
.dt-length { float: left; }
99+
.dt-buttons { float: left; margin-left: 10px;margin-bottom:10px;}
100+
.dt-search { float: right; }
101+
.dt-paging {text-align: right;}
102+
.dt-info { padding-top: 8px; }
100103
@media (min-width: 768px) {
101104
.jumbotron {
102105
border-radius: 6px;

0 commit comments

Comments
 (0)