Author: tyrell
Date: Thu Mar 13 01:41:08 2008
New Revision: 14764
Log:
Fixing an alignment issue.
Modified:
trunk/mashup/java/modules/www/editor.jsp
Modified: trunk/mashup/java/modules/www/editor.jsp
==============================================================================
--- trunk/mashup/java/modules/www/editor.jsp (original)
+++ trunk/mashup/java/modules/www/editor.jsp Thu Mar 13 01:41:08 2008
@@ -108,8 +108,7 @@
.panel {
/*border: solid 1px black;*/
background-color: white; /* padding: 5px;*/
- height: 95%;
- overflow: auto;
+ height: 95%;
clear: left;
border-top: 3px solid #CEE171;
}
@@ -328,7 +327,7 @@
}
%>
<textarea id="mashup_code_text" rows="" cols="" class="codepress
javascript"
- style="width: 920px; height: 94%;
*height:628px"><%=serviceSource%></textarea>
+ style="width: 100%; height: 94%;
*height:628px"><%=serviceSource%></textarea>
<br>
<div style="padding-top: 10px;"><label id="source_save_status"
style="float: left;">Tip: You can
@@ -441,7 +440,7 @@
}
%>
<textarea id="ui_code_text" rows="" cols="" class="codepress html"
- style="width: 920px; height: 94%; *height:628px"><%=uiSource%>
+ style="width: 100%; height: 94%; *height:628px"><%=uiSource%>
</textarea>
<br>
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev