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:
Ryan McKinley 2011-05-26 18:09:14 +00:00
parent 9038381ab6
commit 8883ce572f
2 changed files with 16 additions and 18 deletions

View File

@ -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

View File

@ -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">&nbsp;</p>
<p id="environment">&nbsp;</p>
</div>