You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/01/06 18:32:17 UTC

svn commit: r1555930 - in /manifoldcf/trunk/framework/crawler-ui/src/main/webapp: banner.jsp style.css

Author: kwright
Date: Mon Jan  6 17:32:16 2014
New Revision: 1555930

URL: http://svn.apache.org/r1555930
Log:
Try to get the header where I want it; still not cooperating on IE

Modified:
    manifoldcf/trunk/framework/crawler-ui/src/main/webapp/banner.jsp
    manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css

Modified: manifoldcf/trunk/framework/crawler-ui/src/main/webapp/banner.jsp
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/src/main/webapp/banner.jsp?rev=1555930&r1=1555929&r2=1555930&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/banner.jsp (original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/banner.jsp Mon Jan  6 17:32:16 2014
@@ -29,7 +29,7 @@
 %>
 
 <table class="bannertable">
-    <tr>
+    <tr class="bannerrow">
 	<td class="headerimage"><img src="ManifoldCF-logo.png"/></td>
           <td class="headercell">
 	    <table class="headertable">

Modified: manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css?rev=1555930&r1=1555929&r2=1555930&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css (original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/style.css Mon Jan  6 17:32:16 2014
@@ -143,6 +143,7 @@ body
 .bannerrow
 {
 	width: 100%;
+	height: 100%;
 }
 
 .headerimage
@@ -165,12 +166,12 @@ body
     border-width: 0;
     border-collapse: collapse;
 	width: 100%;
+	height: 100%;
 }
 
 .headerdaterow
 {
 	width: 100%;
-    vertical-align: top !important;
 	text-align: right !important;
 }
 
@@ -179,13 +180,14 @@ body
 	width: 100%;
 	height: 100%;
 	vertical-align: middle !important;
-	text-align: center !important;
+	text-align: left !important;
 }
 
 .headercell
 {
 	vertical-align: top;
 	width: 100%;
+	height: 100%;
 }
 
 .header