diff --git a/web-ui/src/main/resources/catalog/style/gn_editor.less b/web-ui/src/main/resources/catalog/style/gn_editor.less index 64920135207..81f58a0bf5d 100644 --- a/web-ui/src/main/resources/catalog/style/gn_editor.less +++ b/web-ui/src/main/resources/catalog/style/gn_editor.less @@ -701,9 +701,13 @@ table.gn-data-store { } .gn-batch-editor { - .gn-resultview li.list-group-item { - margin-bottom: 0px; - padding: 4px; + .gn-resultview { + margin-right: 0; + li.list-group-item { + border-width: 0 0 1px 0; + margin-bottom: 0; + padding: 10px 5px; + } } li.gn-batch-editor-info { margin-top: 11px; @@ -711,6 +715,70 @@ table.gn-data-store { [data-ng-search-form] .gn-top-search .gn-form-any { max-width: 80vw; } + .nav-tabs > li { + margin-bottom: -3px; + } + input[type="radio"] + span { + display: block; + padding: 10px 15px; + border-radius: 4px; + margin-right: 5px; + font-weight: normal; + color: @brand-primary; + &:hover { + background-color: #ddd; + cursor: pointer; + } + } + + input[type="radio"]:checked + span { + background-color: @brand-primary; + color: #fff; + } + + fieldset { + legend { + font-weight: bold; + } + fieldset { + padding: 15px 25px; + legend { + font-size: 18px; + margin-bottom: 0; + } + .form-group { + margin-left: 10px; + .clearfix(); + .list-group { + margin-bottom: 0; + } + &:first-child { + margin-top: 10px; + } + // select spatial extent + .gn-drawmap-panel { + .col-sm-3, + .col-md-8 { + width: 100%; + padding-left: 0; + padding-right: 0; + } + } + } + } + } + [data-gn-slide-toggle] { + padding-left: 25px; + &:before { + content: "\f068"; + margin-left: -20px; + } + &.collapsed { + &:before { + content: "\2b"; + } + } + } } form.gn-tab-xml { diff --git a/web-ui/src/main/resources/catalog/templates/editor/batchedit.html b/web-ui/src/main/resources/catalog/templates/editor/batchedit.html index dbc3e2b6bbb..e43d951da31 100644 --- a/web-ui/src/main/resources/catalog/templates/editor/batchedit.html +++ b/web-ui/src/main/resources/catalog/templates/editor/batchedit.html @@ -1,132 +1,122 @@ -
chooseASetOfRecordHelp
+chooseASetOfRecordHelp
+ +