summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
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
commitab7e986508d35d6de203381801259528fdd750c4 (patch)
tree23422e3e27c40e286c845fab3cf8ffcd182c6198 /scss/custom.scss
parent110b7e0a269cf8fe0d7722299c8d4fefb95179b6 (diff)
downloadIshtar-ab7e986508d35d6de203381801259528fdd750c4.tar.bz2
Ishtar-ab7e986508d35d6de203381801259528fdd750c4.zip
UI: display total number of items in gallery - put total number on top
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss19
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;
}