Author: taylor
Date: Fri Oct 30 00:04:11 2009
New Revision: 831162

URL: http://svn.apache.org/viewvc?rev=831162&view=rev
Log:
https://issues.apache.org/jira/browse/JS2-1057
fix css problem that has been annoying me for weeks with alignment of portlet 
images

Modified:
    
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/toolbox/toolbox.jsp

Modified: 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/toolbox/toolbox.jsp
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/toolbox/toolbox.jsp?rev=831162&r1=831161&r2=831162&view=diff
==============================================================================
--- 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/toolbox/toolbox.jsp
 (original)
+++ 
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/view/toolbox/toolbox.jsp
 Fri Oct 30 00:04:11 2009
@@ -105,7 +105,7 @@
                 <table style="border-collapse: collapse; width: 100%; 
margin-top: 0px; margin-bottom: 0px; float: left;">
                     <c:forEach var="portletInfo" items="${portlets}">
                         <tr>
-                            <td class="portlet-section-body">
+                            <td class="portlet-section-body" 
style='background: #fff'>
                                 <table style="border-collapse: collapse; 
width: 100%; margin-top: 0px; margin-bottom: 0px; float: left;">
                                        <tr>
                                           <td rowspan="2" width="20%" 
class="portlet-section-body">
@@ -148,7 +148,7 @@
                            <table style="border-collapse: collapse; width: 
100%; margin-top: 0px; margin-bottom: 0px; float: left;">
                                <c:forEach var="portletInfo" 
items="${category.portlets}">
                         <tr>
-                            <td class="portlet-section-body">
+                            <td class="portlet-section-body" 
style='background: #fff'>
                                 <table style="border-collapse: collapse; 
width: 100%; margin-top: 0px; margin-bottom: 0px; float: left;">
                                     <tr>
                                        <td rowspan="2" width="20%" 
class="portlet-section-body">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to