diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-11 18:04:49 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-11 18:04:49 +0100 |
commit | b87dada4ef98ce4b9af0a4cd54a2a80872239e13 (patch) | |
tree | 23422e3e27c40e286c845fab3cf8ffcd182c6198 /scss | |
parent | 1579d35a2e3cf4413948df55d1d62a9967c147fa (diff) | |
download | Ishtar-b87dada4ef98ce4b9af0a4cd54a2a80872239e13.tar.bz2 Ishtar-b87dada4ef98ce4b9af0a4cd54a2a80872239e13.zip |
UI: display total number of items in gallery - put total number on top
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 3f7763852..7f9aa2290 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -170,7 +170,24 @@ table.dataTable { font-size: 0.8em; } -.table-modal-lg table.dataTable { +.ishtar-gallery-wrapper .ishtar-gallery-info, +.container .dataTables_wrapper .dataTables_info { + clear: none; + font-size: 0.8em; + padding: 0.5em 2em; +} + +.ishtar-gallery-wrapper label select{ + width: 75px; + display: inline-block; + font-size: 1em; +} + +.ishtar-gallery-wrapper label{ + font-size: 0.8em; +} + +.table-modal-lg table.dataTable{ font-size: 1em; } |