mirror of https://github.com/apache/lucene.git
SOLR-2399: fix header
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128012 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9038381ab6
commit
8883ce572f
|
@ -71,7 +71,7 @@ ul
|
|||
position: relative;
|
||||
}
|
||||
|
||||
#header a
|
||||
#header #solr
|
||||
{
|
||||
background-image: url( ../img/solr.png );
|
||||
display: block;
|
||||
|
@ -79,28 +79,27 @@ ul
|
|||
width: 200px;
|
||||
}
|
||||
|
||||
#header a span
|
||||
#header #solr span
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
#header #wip-notice
|
||||
{
|
||||
left: 212px;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
#header #wip-notice a
|
||||
{
|
||||
background-color: #eceffa;
|
||||
background-image: url( ../img/ico/information-button.png );
|
||||
background-position: 8px 7px;
|
||||
border: 1px solid #4465cb;
|
||||
display: block;
|
||||
padding: 5px 10px;
|
||||
padding-left: 31px;
|
||||
left: 212px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#header #wip-notice a
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
|
||||
#header #wip-notice span
|
||||
|
|
|
@ -31,16 +31,15 @@
|
|||
|
||||
<div id="header">
|
||||
|
||||
<a href="./"><span>Apache SOLR</span></a>
|
||||
<a href="./" id="solr"><span>Apache SOLR</span></a>
|
||||
|
||||
<div id="wip-notice">
|
||||
<a href="https://issues.apache.org/jira/browse/SOLR-2399">
|
||||
This UI is currently under development.<br>
|
||||
Bugs/Requests/Suggestions: <span>SOLR-2399</span>
|
||||
</a>
|
||||
<p>This interface is work in progress. It works best in Chrome.</p>
|
||||
<p><a href="admin/">Use the <span>old admin interface</span> if there are problems with this one.</a></p>
|
||||
<p><a href="https://issues.apache.org/jira/browse/SOLR-2399">Bugs/Requests/Suggestions: <span>SOLR-2399</span></a></p>
|
||||
</div>
|
||||
|
||||
<p id="environment"> </p>
|
||||
|
||||
<p id="environment"> </p>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue