Commit 999c5692 authored by smestry's avatar smestry

Updated the css file for Customer and Item Details in Side panel


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104465 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6d1c1092
...@@ -64,25 +64,80 @@ body,div,form,td,table,a { ...@@ -64,25 +64,80 @@ body,div,form,td,table,a {
.itemtbl { .itemtbl {
font-size: 12px; font-size: 12px;
width: 100%; width: 100%;
height: auto;
border: 1px solid rgb(219, 217, 208); border: 1px solid rgb(219, 217, 208);
background-color: white;
} }
.rght { .rght {
text-align: right; text-align: right;
} }
.highlight { .alignRight
{
float: right !important;
}
.alignLeft
{
float: left !important;
}
.highlight
{
color: black; color: black;
} }
.itemtbl td { .tdClass
{
margin: 0;
padding: 0 !important;
border-bottom: #e5e4e9 1px solid;
}
.tdDivRgt
{
float: right !important;
padding-top: 2px;
padding-right:30px;
}
.tdDivLft
{
float: left !important;
padding-top: 15px;
padding-left: 10px;
font-size: 14px;
color:black;
}
.tdDivLft1
{
float: left;
padding-top: 10px;
padding-right: 10px !important;
padding-left: 15px !important;
padding-bottom: 5px !important;
}
.tdDivRgt1
{
float: right;
padding-top: 8px;
padding-right: 20px !important;
padding-bottom: 5px !important;
}
.itemtbl td
{
background-color: #FFF; background-color: #FFF;
padding: 10px; padding: 10px;
} }
#next #next
{ {
margin-left: 6.2em; margin-left: 6.2em;
} }
...@@ -117,6 +172,7 @@ body,div,form,td,table,a { ...@@ -117,6 +172,7 @@ body,div,form,td,table,a {
display: block; display: block;
text-align: center; text-align: center;
display: none; display: none;
width:100%;
} }
#bg-text { #bg-text {
...@@ -131,3 +187,11 @@ body,div,form,td,table,a { ...@@ -131,3 +187,11 @@ body,div,form,td,table,a {
width:100%; width:100%;
} }
.ImgDivClass
{
height: 20px;
width: 20px;
padding-left: 15px;
padding-top: 4px;
}
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