You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ep...@apache.org on 2022/06/29 13:45:04 UTC

[solr] 04/06: give some space to the sample paramset

This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch solr-paramset-impl
in repository https://gitbox.apache.org/repos/asf/solr.git

commit f8957398743b24c6001935c811410bc11f557f53
Author: epugh@opensourceconnections.com <ep...@opensourceconnections.com>
AuthorDate: Wed Jun 29 07:21:37 2022 -0600

    give some space to the sample paramset
---
 solr/webapp/web/css/angular/paramsets.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/solr/webapp/web/css/angular/paramsets.css b/solr/webapp/web/css/angular/paramsets.css
index f31c0775368..1fdd423908b 100644
--- a/solr/webapp/web/css/angular/paramsets.css
+++ b/solr/webapp/web/css/angular/paramsets.css
@@ -28,6 +28,12 @@ limitations under the License.
 {
     float: left;
 }
+
+#content #paramsets #sample-paramset
+{
+    margin-top: 15px;
+}
+
 #content #paramsets #form fieldset legend, #content #paramsets #form .optional.expanded legend {
     display: block;
     margin-left: 10px;