Commit 22471967 authored by ppatro's avatar ppatro

color change for labels


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105129 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0b452ff3
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<table class="itemtbl" id="itemtbl" cellpadding="0" cellspacing="0" > <table class="itemtbl" id="itemtbl" cellpadding="0" cellspacing="0" >
<tr class="trbg"> <tr class="trbg">
<td class="highlight rght tdClass" colspan="2" style="background: rgb(219, 217, 208);"> <td class="highlight rght tdClass" colspan="2" style="background:#f7f8fa;">
<div class="tdDivRgt"> <div class="tdDivRgt">
<img src="<%=imgPath%>" alt="Image Not Found" style="width: 40px;"></img> <img src="<%=imgPath%>" alt="Image Not Found" style="width: 40px;"></img>
</div> </div>
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
</tr> </tr>
<tr> <tr>
<td class="highlight rght tdClass" colspan="2" style="height: 40px; background: rgb(219, 217, 208);"> <td class="highlight rght tdClass" colspan="2" style="height: 40px; background:#f7f8fa;">
<div class="highlight tdDivLft" style = "padding-top: 2px;"> Terms </div> <div class="highlight tdDivLft" style = "padding-top: 2px;"> Terms </div>
</td> </td>
</tr> </tr>
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
</tr> </tr>
<tr> <tr>
<td class="highlight rght tdClass" colspan="2" style="height: 40px; background: rgb(219, 217, 208);"> <td class="highlight rght tdClass" colspan="2" style="height: 40px; background:#f7f8fa;">
<div class="highlight tdDivLft" style = "padding-top: 2px;"> Sales Team </div> <div class="highlight tdDivLft" style = "padding-top: 2px;"> Sales Team </div>
</td> </td>
</tr> </tr>
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
</tr> </tr>
<tr> <tr>
<td class="highlight rght tdClass" colspan="2" style="height: 40px; background: rgb(219, 217, 208);"> <td class="highlight rght tdClass" colspan="2" style="height: 40px; background:#f7f8fa;">
<div class="highlight tdDivLft" style = "padding-top: 2px;"> Credit </div> <div class="highlight tdDivLft" style = "padding-top: 2px;"> Credit </div>
</td> </td>
</tr> </tr>
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
</tr> </tr>
<tr> <tr>
<td class="highlight rght tdClass" colspan="2" style="height: 40px; background: rgb(219, 217, 208);"> <td class="highlight rght tdClass" colspan="2" style="height: 40px; background:#f7f8fa;">
<div class="highlight tdDivLft" style = "padding-top: 2px;"> Others </div> <div class="highlight tdDivLft" style = "padding-top: 2px;"> Others </div>
</td> </td>
</tr> </tr>
......
...@@ -78,7 +78,7 @@ if(userInfo != null) ...@@ -78,7 +78,7 @@ if(userInfo != null)
<table class="itemtbl" id="itemtbl" cellpadding="0" cellspacing="0"> <table class="itemtbl" id="itemtbl" cellpadding="0" cellspacing="0">
<tbody> <tbody>
<tr> <tr>
<td class="highlight rght tdClass" colspan="2" style="height: 40px; background: rgb(219, 217, 208);"> <td class="highlight rght tdClass" colspan="2" style="height: 40px; background:#f7f8fa;">
<div class="highlight tdDivLft" style = "padding-top: 2px;"> Item Details: </div> <div class="highlight tdDivLft" style = "padding-top: 2px;"> Item Details: </div>
</td> </td>
</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