From 120fddaf97434e529ed861e73a4fb36f32a896d3 Mon Sep 17 00:00:00 2001 From: Lorenzo Natali Date: Fri, 14 Oct 2016 14:25:26 +0200 Subject: [PATCH] Fix #1145. Preserve initial state (#1146) Preserves the initial state of the catalog on reset. - Fix some warning in console - Fixed WMS/WFS links appearance --- web/client/components/catalog/RecordItem.css | 4 ++++ web/client/plugins/MetadataExplorer.jsx | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/web/client/components/catalog/RecordItem.css b/web/client/components/catalog/RecordItem.css index af86767ff4..bd4dd2f3cd 100644 --- a/web/client/components/catalog/RecordItem.css +++ b/web/client/components/catalog/RecordItem.css @@ -16,3 +16,7 @@ margin: 0px; padding: 0px; } + +.link-button { + min-width: 70px; +} diff --git a/web/client/plugins/MetadataExplorer.jsx b/web/client/plugins/MetadataExplorer.jsx index a85966eed8..9f54137a3a 100644 --- a/web/client/plugins/MetadataExplorer.jsx +++ b/web/client/plugins/MetadataExplorer.jsx @@ -71,8 +71,7 @@ const MetadataExplorerComponent = React.createClass({ }, panelClassName: "toolbar-panel", toggleControl: () => {}, - closeGlyph: "", - buttonStyle: {} + closeGlyph: "" }; }, render() {