mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
d48790fc84
commit
4c27fd899f
|
@ -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;
|
||||
}
|
|
@ -80,7 +80,7 @@ limitations under the License.
|
|||
</div>
|
||||
|
||||
<div class="other-ui-link">
|
||||
<a href="/solr/">New UI</a><a target="_blank" href="http://wiki.apache.org/solr/AngularUI"> <span class="help"></span></a>
|
||||
Try <a class="ul" href="/solr/">New UI</a><a target="_blank" href="http://wiki.apache.org/solr/AngularUI"> <span class="help"></span></a>
|
||||
</div>
|
||||
|
||||
<div id="content-wrapper">
|
||||
|
|
Loading…
Reference in New Issue