Commit ffc708f0 authored by jshaikh's avatar jshaikh

Added Scroll for a good view in mobile


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106648 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d3fe1820
...@@ -115,6 +115,7 @@ ...@@ -115,6 +115,7 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<div style="overflow:scroll;">
<xsl:for-each select="//Detail1"> <xsl:for-each select="//Detail1">
<table class="tableClass tbletopbrd" cellSpacing="0" cellPadding="0" width="100%" border="0"> <table class="tableClass tbletopbrd" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TBODY> <TBODY>
...@@ -465,6 +466,7 @@ ...@@ -465,6 +466,7 @@
</xsl:for-each> </xsl:for-each>
</tbody> </tbody>
</table> </table>
</div>
</form> </form>
<!--<script> <!--<script>
var _parent = window.parent; var _parent = window.parent;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment