From 8883ce572f6fc5f65e1b6fe75a8c346cbfeabd64 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Thu, 26 May 2011 18:09:14 +0000 Subject: [PATCH] SOLR-2399: fix header git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128012 13f79535-47bb-0310-9956-ffa450edef68 --- solr/src/webapp/web/css/screen.css | 21 ++++++++++----------- solr/src/webapp/web/index.jsp | 13 ++++++------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/solr/src/webapp/web/css/screen.css b/solr/src/webapp/web/css/screen.css index 993db14b034..fc50d0309de 100644 --- a/solr/src/webapp/web/css/screen.css +++ b/solr/src/webapp/web/css/screen.css @@ -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 diff --git a/solr/src/webapp/web/index.jsp b/solr/src/webapp/web/index.jsp index 0a6798c9769..dec2ddc4b34 100644 --- a/solr/src/webapp/web/index.jsp +++ b/solr/src/webapp/web/index.jsp @@ -31,16 +31,15 @@