Changes for page SolrDateFacet

Last modified by superadmin on 2025/12/22 13:22

From version 1.1
edited by superadmin
on 2025/08/23 12:09
Change comment: Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/17.6.0]
To version 2.1
edited by superadmin
on 2025/12/22 13:22
Change comment: Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/17.10.1]

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -6,6 +6,9 @@
6 6  }
7 7  .search-facet-body .customDateInterval form {
8 8   margin-top: .5em;
9 + /* We want the form to stay on its own flex line no matter how much space is provided. */
10 + width: 80%;
11 + margin-left: 16px;
9 9  }
10 10  .search-facet-body .customDateInterval dl {
11 11   margin: 0;