diff --git a/core/app/themes/suite8/css/components/_button.scss b/core/app/themes/suite8/css/components/_button.scss index 529e8d8ea..3fd8c45eb 100644 --- a/core/app/themes/suite8/css/components/_button.scss +++ b/core/app/themes/suite8/css/components/_button.scss @@ -106,7 +106,7 @@ button { .action-group { float: right; - margin: 0.3em; + margin: 0.3em 0; .dropdown:hover .dropdown-menu { display: block; @@ -274,7 +274,7 @@ button { .pagination-button { background: transparent; border: none; - margin: 0.3em 0 0 0; + margin: 0.4em 0 0 0; padding: 0; } @@ -325,10 +325,9 @@ button.settings-button.dropdown-toggle::after { } .close-button { - font-size: 1.25em; + font-size: 1em; font-weight: 700; line-height: 1; - margin-right: 1em; width: 1.5em; height: 1.5em; display: inline-flex; diff --git a/core/app/themes/suite8/css/layout/_listview.scss b/core/app/themes/suite8/css/layout/_listview.scss index 2a111f957..a0190b09d 100644 --- a/core/app/themes/suite8/css/layout/_listview.scss +++ b/core/app/themes/suite8/css/layout/_listview.scss @@ -12,7 +12,7 @@ color: $shell-grey; font-size: 1.8em; font-weight: 300; - margin: 1em; + margin: 1em 0.7em; letter-spacing: 0.1em; text-transform: uppercase; } @@ -28,9 +28,6 @@ .list-view-container { font-size: 0.85em; - padding-top: 1em; - padding-left: 1.6em; - padding-right: 1.6em; margin-bottom: 4em; } @@ -326,8 +323,8 @@ td.list-group-icon { .list-view-hr-container { font-size: 0.85em; padding-top: 0.6em; - padding-left: 1.6em; - padding-right: 1.6em; + padding-left: 1.2em; + padding-right: 1.2em; } .responsive-top-row .responsive-header-link { @@ -382,7 +379,7 @@ td { } .pagination-count { - vertical-align: text-bottom; + vertical-align: super; margin: 0 0.3em; font-weight: bold; } diff --git a/core/app/themes/suite8/css/layout/_view.scss b/core/app/themes/suite8/css/layout/_view.scss index 1d8ceb74d..50a5b9bd0 100644 --- a/core/app/themes/suite8/css/layout/_view.scss +++ b/core/app/themes/suite8/css/layout/_view.scss @@ -1,5 +1,7 @@ .view-container { - font-size: 0.85em; padding-left: 1.6em; padding-right: 1.6em; } +.small-font { + font-size: 0.85em; +} diff --git a/core/app/views/list/components/list-container/list-container.component.html b/core/app/views/list/components/list-container/list-container.component.html index 39a709863..a770ee49c 100644 --- a/core/app/views/list/components/list-container/list-container.component.html +++ b/core/app/views/list/components/list-container/list-container.component.html @@ -1,6 +1,6 @@ -
+
diff --git a/core/app/views/list/components/list-header/list-header.component.html b/core/app/views/list/components/list-header/list-header.component.html index e64f9b688..67ef46dbf 100644 --- a/core/app/views/list/components/list-header/list-header.component.html +++ b/core/app/views/list/components/list-header/list-header.component.html @@ -30,7 +30,7 @@
-
+
@@ -40,7 +40,10 @@
-
+
+
+
+
diff --git a/core/app/views/list/components/list-view/list.component.html b/core/app/views/list/components/list-view/list.component.html index 95ffc2962..7435a5b0c 100644 --- a/core/app/views/list/components/list-view/list.component.html +++ b/core/app/views/list/components/list-view/list.component.html @@ -1,9 +1,6 @@
- -
-
-
+
diff --git a/core/app/views/record/components/record-container/record-container.component.html b/core/app/views/record/components/record-container/record-container.component.html index e0a654d40..3866caa63 100644 --- a/core/app/views/record/components/record-container/record-container.component.html +++ b/core/app/views/record/components/record-container/record-container.component.html @@ -1,7 +1,7 @@
+ class="record-view-container view-container container-fluid pt-3 small-font">