diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-15 09:02:16 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-15 09:02:16 +0100 |
commit | 7993028f58b9aa736fda342284c9ee2c913d3658 (patch) | |
tree | 6873fde2861f39e721302f0aeb54f08e59ec8394 /ctrack/static/DataTables/Buttons-1.6.5/css/common.scss | |
parent | 2fe19119ae271e0a6dc94fdf37c646d7bfb8e767 (diff) |
datatables buttons now work
Diffstat (limited to 'ctrack/static/DataTables/Buttons-1.6.5/css/common.scss')
-rw-r--r-- | ctrack/static/DataTables/Buttons-1.6.5/css/common.scss | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/ctrack/static/DataTables/Buttons-1.6.5/css/common.scss b/ctrack/static/DataTables/Buttons-1.6.5/css/common.scss new file mode 100644 index 0000000..d5ec826 --- /dev/null +++ b/ctrack/static/DataTables/Buttons-1.6.5/css/common.scss @@ -0,0 +1,37 @@ + +div.dt-button-info { + position: fixed; + top: 50%; + left: 50%; + width: 400px; + margin-top: -100px; + margin-left: -200px; + background-color: white; + border: 2px solid #111; + box-shadow: 3px 3px 8px rgba( 0, 0, 0, 0.3); + border-radius: 3px; + text-align: center; + z-index: 21; + + h2 { + padding: 0.5em; + margin: 0; + font-weight: normal; + border-bottom: 1px solid #ddd; + background-color: #f3f3f3; + } + + > div { + padding: 1em; + } +} + +div.dt-button-collection-title { + text-align: center; + padding: 0.3em 0 0.5em; + font-size: 0.9em; +} + +div.dt-button-collection-title:empty { + display: none; +} |