diff options
Diffstat (limited to 'scss/custom.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;  }  | 
