Commit 9e5d8778 authored by nkhan's avatar nkhan

change css


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104277 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6cad6705
...@@ -56,14 +56,19 @@ ...@@ -56,14 +56,19 @@
<a class="prev" id="prev">&lsaquo;</a> <a class="prev" id="prev">&lsaquo;</a>
<a class="next" id="next">&rsaquo;</a> <a class="next" id="next">&rsaquo;</a>
</div> </div>
<div class="imtprnt"><span><%= itemList.get(0)%> <%= itemList.get(1)%></span></div>
<div class="imtprnt"><%= itemList.get(0)%> <%= itemList.get(1)%></div> <!-- <div class="firstDiv">Item Details:</div> -->
<div class="firstDiv">Item Details:</div>
<table class="itemtbl" id="itemtbl" cellpadding="0" cellspacing="0"> <table class="itemtbl" id="itemtbl" cellpadding="0" cellspacing="0">
<tbody> <tbody>
<tr>
<td class="highlight rght" colspan="2" style="margin: 0;padding: 0;border-top: #e5e4e9 1px solid;border-bottom: #e5e4e9 1px solid;height: 40px;background: rgb(219, 217, 208);">
<div class="highlight " style = "float: left;padding-top: 2px;padding-left: 10px;font-size: 14px;">
Item Details:
</div>
</td>
</tr>
<tr> <tr>
<td class="highlight strong-text"> <strong>Color</strong> </td> <td class="highlight strong-text"> Color </td>
<td class="highlight rght"><%= itemList.get(2) %></td> <td class="highlight rght"><%= itemList.get(2) %></td>
</tr> </tr>
<tr> <tr>
......
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