diff options
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 33 |
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; |