Author: keith Date: Thu Feb 12 03:25:49 2009 New Revision: 30721 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=30721
Log: fix for uthor: jonathan Date: Mon Sep 8 10:39:26 2008 New Revision: 21593 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=21593 Log: Incidental formatting improvements. Modified: branches/mashup/java/1.5/java/modules/www/css/styles.css branches/mashup/java/1.5/java/modules/www/index.jsp Modified: branches/mashup/java/1.5/java/modules/www/css/styles.css URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/modules/www/css/styles.css?rev=30721&r1=30720&r2=30721&view=diff ============================================================================== --- branches/mashup/java/1.5/java/modules/www/css/styles.css (original) +++ branches/mashup/java/1.5/java/modules/www/css/styles.css Thu Feb 12 03:25:49 2009 @@ -707,6 +707,11 @@ background-color: #FFE; } +#editDescription_value { + width: 440px; + overflow-x:auto; +} + #editBio_input_text, #editDescription_input_text { height: 6em; width: 80%; Modified: branches/mashup/java/1.5/java/modules/www/index.jsp URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/modules/www/index.jsp?rev=30721&r1=30720&r2=30721&view=diff ============================================================================== --- branches/mashup/java/1.5/java/modules/www/index.jsp (original) +++ branches/mashup/java/1.5/java/modules/www/index.jsp Thu Feb 12 03:25:49 2009 @@ -212,8 +212,8 @@ <td class="headers" width="48%">Comment</td> <% } else { %> <td class="headers_left" width="12%">Name</td> - <td class="headers" width="12%" colspan="2">Author</td> - <td class="headers" width="61%">Description</td> + <td class="headers" width="12%">Author</td> + <td class="headers" width="61%" colspan="2">Description</td> <% } %> <td class="headers_right" width="86" nowrap> _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
