diff --git a/web-ui/src/main/resources/catalog/components/search/mdview/partials/datapreview.html b/web-ui/src/main/resources/catalog/components/search/mdview/partials/datapreview.html index dca4cf4e11e..e49c707a527 100644 --- a/web-ui/src/main/resources/catalog/components/search/mdview/partials/datapreview.html +++ b/web-ui/src/main/resources/catalog/components/search/mdview/partials/datapreview.html @@ -1,7 +1,7 @@
-
+
-
+
-
- - {{table.name}}  {{table.loader.getCount()}} - features - -
+ +

+ {{table.name}} +

+ + +

+ {{count | number}} / {{countTotal | number}} features +

- -
- {{count | number}} / {{countTotal | number}} features -
- - - - +
+
+ +
+ + + + + +
+ +
+
@@ -185,7 +189,7 @@ data-ng-class="{'text-primary': isFilterActive(field.name, field)}" > .btn:first-child { + border-radius: 0 0 4px 4px; + } + } + } + .fixed-table-container { + grid-area: main; + } + .fixed-table-pagination { + grid-area: footer; + } + } } .layername { display: inline-block; @@ -878,6 +920,11 @@ gn-features-tables, } .gn-md-view { + .tab-content { + background: white; + min-height: 5em; + padding: 0 0 15px 0; + } gn-features-tables { position: unset; .gn-features-table { @@ -891,6 +938,32 @@ gn-features-tables, [data-gn-wfs-filter-facets] .gn-facet-container { overflow: auto; max-height: 550px; + .list-group { + margin-bottom: 0; + .list-group-item { + border: 0; + padding: 8px 15px; + } + } + } +} +.gn-editor-sidebar { + .gn-related-resources { + p { + margin-top: 5px; + } + } + .gn-related-item { + h4 { + font-size: 14px; + } + } + .wfs-filter-group { + margin-top: 10px; + margin-bottom: 0; + .btn { + .btn-xs(); + } } }