From 4c27fd899f35332a98635172f4429e57ba096a87 Mon Sep 17 00:00:00 2001 From: Upayavira Date: Tue, 3 Nov 2015 11:28:05 +0000 Subject: [PATCH] SOLR-8199 add word 'try' to new UI link git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712258 13f79535-47bb-0310-9956-ffa450edef68 --- solr/webapp/web/css/styles/common.css | 5 ++++- solr/webapp/web/old.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/solr/webapp/web/css/styles/common.css b/solr/webapp/web/css/styles/common.css index ad95cdd7700..f0e0652fa17 100644 --- a/solr/webapp/web/css/styles/common.css +++ b/solr/webapp/web/css/styles/common.css @@ -707,8 +707,11 @@ pre.syntax .tex .formula top: -20px; } -.other-ui-link span { +.other-ui-link span.help { background-image: url( ../../img/ico/information-white.png ); right: 0px; padding-left: 16px; +} +.other-ui-link a.ul { + text-decoration: underline; } \ No newline at end of file diff --git a/solr/webapp/web/old.html b/solr/webapp/web/old.html index 880b1c50149..a25504e21ba 100644 --- a/solr/webapp/web/old.html +++ b/solr/webapp/web/old.html @@ -80,7 +80,7 @@ limitations under the License.