summaryrefslogtreecommitdiff
path: root/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
commitb87dada4ef98ce4b9af0a4cd54a2a80872239e13 (patch)
tree23422e3e27c40e286c845fab3cf8ffcd182c6198 /scss
parent1579d35a2e3cf4413948df55d1d62a9967c147fa (diff)
downloadIshtar-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.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;
}