You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by es...@apache.org on 2010/11/08 21:26:09 UTC

svn commit: r1032692 - in /incubator/esme/trunk/server/src/main/webapp: action_view/index.html style/style.css

Author: esjewett
Date: Mon Nov  8 20:26:08 2010
New Revision: 1032692

URL: http://svn.apache.org/viewvc?rev=1032692&view=rev
Log:
[ESME-270] Wraps the action column of the table in the action_view/index.html - not sure if this works on IE - tested in Chrome

Modified:
    incubator/esme/trunk/server/src/main/webapp/action_view/index.html
    incubator/esme/trunk/server/src/main/webapp/style/style.css

Modified: incubator/esme/trunk/server/src/main/webapp/action_view/index.html
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/action_view/index.html?rev=1032692&r1=1032691&r2=1032692&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/action_view/index.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/action_view/index.html Mon Nov  8 20:26:08 2010
@@ -74,7 +74,7 @@
 									<td>
 										<item:test/>
 									</td>
-									<td>
+									<td class="table-break">
 										<item:action/>
 									</td>
 									<td>

Modified: incubator/esme/trunk/server/src/main/webapp/style/style.css
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/style/style.css?rev=1032692&r1=1032691&r2=1032692&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/style/style.css (original)
+++ incubator/esme/trunk/server/src/main/webapp/style/style.css Mon Nov  8 20:26:08 2010
@@ -671,6 +671,10 @@ top: 60px
 
 .stream_body {    
 top: 100px
+}      
+
+.table-break {
+  word-break: break-all;
 }
 
 /* Contacts