|
From: <hs...@us...> - 2011-09-30 16:40:06
|
Revision: 966
http://treebase.svn.sourceforge.net/treebase/?rev=966&view=rev
Author: hshyket
Date: 2011-09-30 16:40:00 +0000 (Fri, 30 Sep 2011)
Log Message:
-----------
Changing size of search content area to fill the user's browser
Modified Paths:
--------------
trunk/treebase-web/src/main/webapp/decorators/defaultSearchTemplate.jsp
trunk/treebase-web/src/main/webapp/styles/styles.css
Modified: trunk/treebase-web/src/main/webapp/decorators/defaultSearchTemplate.jsp
===================================================================
--- trunk/treebase-web/src/main/webapp/decorators/defaultSearchTemplate.jsp 2011-09-26 14:47:20 UTC (rev 965)
+++ trunk/treebase-web/src/main/webapp/decorators/defaultSearchTemplate.jsp 2011-09-30 16:40:00 UTC (rev 966)
@@ -141,7 +141,7 @@
<!-- BEGIN RIGHT COLUMN -->
- <div id="content">
+ <div id="content" class="contentsearch">
<div class="gutter">
<c:if test="${not empty page.heading}">
<h2><decorator:getProperty property="page.heading"/></h2>
Modified: trunk/treebase-web/src/main/webapp/styles/styles.css
===================================================================
--- trunk/treebase-web/src/main/webapp/styles/styles.css 2011-09-26 14:47:20 UTC (rev 965)
+++ trunk/treebase-web/src/main/webapp/styles/styles.css 2011-09-30 16:40:00 UTC (rev 966)
@@ -94,6 +94,11 @@
width: 67%
}
+.contentsearch {
+ float: left;
+ width: 100% !important;
+}
+
/* This sidebar ID is also used for the 3column right sidebar */
#sidebar {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|