fix to datatable design
Showing
5 changed files
with
18 additions
and
4 deletions
| ... | @@ -14522,10 +14522,14 @@ a.pdf:hover, a.extern:hover, a.xls:hover, a.mailto:hover { | ... | @@ -14522,10 +14522,14 @@ a.pdf:hover, a.extern:hover, a.xls:hover, a.mailto:hover { |
| 14522 | font-family: "Helvetica-Bold"; | 14522 | font-family: "Helvetica-Bold"; |
| 14523 | } | 14523 | } |
| 14524 | 14524 | ||
| 14525 | table.dataTable + .bottom { | ||
| 14526 | width: 100%; | ||
| 14527 | } | ||
| 14528 | |||
| 14525 | .dataTables_wrapper { | 14529 | .dataTables_wrapper { |
| 14526 | display: flex; | 14530 | display: flex; |
| 14527 | flex-wrap: wrap; | 14531 | flex-wrap: wrap; |
| 14528 | justify-content: center; | 14532 | justify-content: left; |
| 14529 | } | 14533 | } |
| 14530 | .dataTables_wrapper table { | 14534 | .dataTables_wrapper table { |
| 14531 | flex-basis: 100%; | 14535 | flex-basis: 100%; |
| ... | @@ -14538,7 +14542,10 @@ a.pdf:hover, a.extern:hover, a.xls:hover, a.mailto:hover { | ... | @@ -14538,7 +14542,10 @@ a.pdf:hover, a.extern:hover, a.xls:hover, a.mailto:hover { |
| 14538 | cursor: pointer; | 14542 | cursor: pointer; |
| 14539 | } | 14543 | } |
| 14540 | .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter { | 14544 | .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter { |
| 14541 | width: 300px; | 14545 | width: auto; |
| 14546 | } | ||
| 14547 | .dataTables_wrapper .dataTables_paginate { | ||
| 14548 | flex-basis: 100%; | ||
| 14542 | } | 14549 | } |
| 14543 | .dataTables_wrapper .dataTables_filter label { | 14550 | .dataTables_wrapper .dataTables_filter label { |
| 14544 | font-family: HelveticaNeue, Helvetica, Arial, sans-serif; | 14551 | font-family: HelveticaNeue, Helvetica, Arial, sans-serif; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -304,10 +304,14 @@ a.pdf, a.extern, a.xls, a.mailto { | ... | @@ -304,10 +304,14 @@ a.pdf, a.extern, a.xls, a.mailto { |
| 304 | } | 304 | } |
| 305 | } | 305 | } |
| 306 | 306 | ||
| 307 | table.dataTable + .bottom { | ||
| 308 | width: 100%; | ||
| 309 | } | ||
| 310 | |||
| 307 | .dataTables_wrapper { | 311 | .dataTables_wrapper { |
| 308 | display: flex; | 312 | display: flex; |
| 309 | flex-wrap: wrap; | 313 | flex-wrap: wrap; |
| 310 | justify-content: center; | 314 | justify-content:left; |
| 311 | table { | 315 | table { |
| 312 | flex-basis: 100%; | 316 | flex-basis: 100%; |
| 313 | width: 100%; | 317 | width: 100%; |
| ... | @@ -319,7 +323,10 @@ a.pdf, a.extern, a.xls, a.mailto { | ... | @@ -319,7 +323,10 @@ a.pdf, a.extern, a.xls, a.mailto { |
| 319 | cursor: pointer; | 323 | cursor: pointer; |
| 320 | } | 324 | } |
| 321 | .dataTables_length, .dataTables_filter { | 325 | .dataTables_length, .dataTables_filter { |
| 322 | width: 300px; | 326 | width: auto; |
| 327 | } | ||
| 328 | .dataTables_paginate { | ||
| 329 | flex-basis: 100%; | ||
| 323 | } | 330 | } |
| 324 | .dataTables_filter { | 331 | .dataTables_filter { |
| 325 | label { | 332 | label { | ... | ... |
-
Please register or sign in to post a comment