You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2020/06/25 18:54:04 UTC

[lucene-solr] 02/04: SOLR-14594: Make titles bold in Admin UI Dashboard screen

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

ctargett pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit df81ba959f29872e8e8ebf241194f53d54b86377
Author: Cassandra Targett <ca...@lucidworks.com>
AuthorDate: Thu Jun 25 08:36:41 2020 -0500

    SOLR-14594: Make titles bold in Admin UI Dashboard screen
---
 solr/webapp/web/css/angular/index.css | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/solr/webapp/web/css/angular/index.css b/solr/webapp/web/css/angular/index.css
index 62386c6..de6ba0a 100644
--- a/solr/webapp/web/css/angular/index.css
+++ b/solr/webapp/web/css/angular/index.css
@@ -152,6 +152,8 @@ limitations under the License.
   background-position: 1px 50%;
   display: block;
   padding-left: 22px;
+  font-weight: bold;
+  text-align: left;
 }
 
 #content #index #instance h2 { background-image: url( ../../img/ico/server.png ); }
@@ -216,4 +218,4 @@ limitations under the License.
 }
 
 #content #index #security h2 { background-image: url( ../../img/ico/prohibition.png ); }
-#content #index #security div { text-align: right; }
\ No newline at end of file
+#content #index #security div { text-align: right; }