diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-11 19:02:27 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-11 19:02:27 +0100 |
commit | 50545abe9e9dbae58b1a13540d9a730a017e0bbd (patch) | |
tree | b8209fe1d6b34adf56b5128a66dc27c91d9e2770 /scss/custom.scss | |
parent | 8af953d0a83f71187dcbb19621e170953ebce12c (diff) | |
download | Ishtar-50545abe9e9dbae58b1a13540d9a730a017e0bbd.tar.bz2 Ishtar-50545abe9e9dbae58b1a13540d9a730a017e0bbd.zip |
Galery: Fix pagination (refs #4403) - no data message
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 7f9aa2290..4798291ea 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -187,6 +187,15 @@ table.dataTable { font-size: 0.8em; } +.ishtar-gallery .no-data{ + width: 100%; + font-size: 0.85em; + text-align: center; + background-color: $gray-300; + padding: 0.2em; + margin: 0.6em 0; +} + .table-modal-lg table.dataTable{ font-size: 1em; } |