From ab7e986508d35d6de203381801259528fdd750c4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 11 Feb 2019 18:04:49 +0100 Subject: UI: display total number of items in gallery - put total number on top --- scss/custom.scss | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'scss') 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; } -- cgit v1.2.3