Skip to content

Commit 279c4aa

Browse files
author
App Generator
committed
Update Style for Compatibility with Volt
1 parent 02ad677 commit 279c4aa

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

app/static/datatables/app.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,26 @@ Copyright (c) 2019 - present AppSeed.us
1111
tr.editing {
1212
border: 1px solid green !important;
1313
font-weight: bold;
14+
}
15+
16+
17+
/* Compatibility */
18+
19+
.dataTable-selector {
20+
padding: 0.5rem 2rem 0.5rem 1rem;
21+
}
22+
23+
.dataTable-top {
24+
float: right !important;
25+
}
26+
27+
.dataTable-search {
28+
float: right !important;
29+
}
30+
31+
.dataTable-top>nav:last-child,
32+
.dataTable-top>div:last-child,
33+
.dataTable-bottom>nav:last-child,
34+
.dataTable-bottom>div:last-child {
35+
float: right !important;
1436
}

0 commit comments

Comments
 (0)