summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-11-27 18:14:29 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-11-27 18:15:01 +0100
commite510cab9cd85e9824c6e80ec280b69df5dd7cae6 (patch)
tree6b93265a90dcedcfcb8861b8b59d9cd8c6f2da18 /scss/custom.scss
parent727587e46c738916a08be018f5afb909c1cce877 (diff)
downloadIshtar-e510cab9cd85e9824c6e80ec280b69df5dd7cae6.tar.bz2
Ishtar-e510cab9cd85e9824c6e80ec280b69df5dd7cae6.zip
JQueryJqGrid replacement by DataTables
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss33
1 files changed, 33 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss
index 0419d6b58..6706ec1f9 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -12,6 +12,31 @@ $ishtar-color: darken($purple, 20%);
$ishtar-secondary-color: $purple;
$dark-secondary-color: rgba(255,255,255,0.8);
+.modal-dialog.full {
+ width: 98%;
+ height: 98%;
+ max-width: none;
+ padding: 1%;
+}
+
+.modal-dialog.full .display.dataTable {
+ width: 100% !important;
+}
+
+.modal-dialog.full .modal-content {
+ height: auto;
+ min-height: 100%;
+ border-radius: 0;
+}
+
+table.dataTable {
+ font-size: 0.8em;
+}
+
+.table-modal-lg table.dataTable {
+ font-size: 1em;
+}
+
h3, .h3 {
font-size: 1.5rem;
@@ -71,6 +96,14 @@ div#foot{
color: $navbar-dark-color;
}
+div#foot a {
+ color: #ddd;
+}
+
+div#foot a:hover {
+ color: #fff;
+}
+
.breadcrumb button{
border: 0 transparent;
background-color: transparent;