From b7664ef3881261762167f4158d2e312a3325672f Mon Sep 17 00:00:00 2001 From: Upayavira Date: Wed, 21 Oct 2015 01:53:51 +0000 Subject: [PATCH] SOLR-7666 Multiple minor fixes git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1709707 13f79535-47bb-0310-9956-ffa450edef68 --- solr/webapp/web/css/angular/collections.css | 2 +- solr/webapp/web/index.html | 2 +- solr/webapp/web/js/angular/controllers/collections.js | 3 +-- .../web/js/angular/controllers/core-overview.js | 11 ++++++----- solr/webapp/web/js/angular/services.js | 6 +++--- solr/webapp/web/partials/collections.html | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/solr/webapp/web/css/angular/collections.css b/solr/webapp/web/css/angular/collections.css index 248e77265e8..7c2e0a697b8 100644 --- a/solr/webapp/web/css/angular/collections.css +++ b/solr/webapp/web/css/angular/collections.css @@ -273,7 +273,7 @@ limitations under the License. padding-right: 21px; } -#content #collections #add_advanced .open { +#content #collections #add_advanced.open { background-image: url( ../../img/ico/chevron-small.png ); } diff --git a/solr/webapp/web/index.html b/solr/webapp/web/index.html index df85ef4b66c..e9c14cdfde3 100644 --- a/solr/webapp/web/index.html +++ b/solr/webapp/web/index.html @@ -177,7 +177,7 @@ limitations under the License.