Commit d6cfbae8 authored by pchavan's avatar pchavan

CSS for tax summary view screen

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174575 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9531af50
@charset "utf-8";
@font-face { /* declare fonts */
font-family: "MuseoLight-300";
src: url("/ibase/webitm/css/fonts/Museo300-Regular.eot");
src: local("Museo 300"), local("Museo-300"),
url("/ibase/webitm/css/fonts/Museo300-Regular.woff") format("woff"),
url("/ibase/webitm/css/fonts/Museo300-Regular.otf") format("opentype"),
url("/ibase/webitm/css/fonts/Museo300-Regular.svg#Museo-300") format("svg");
}
*{
font-family: "MuseoLight-300";
}
.itemtbl
{
font-size: 15px;
margin: 10px 20px;
height: auto;
border: 1px solid rgb(219, 217, 208);
background-color: white;
border-bottom: none;
}
.title
{
font-size: 15px;
padding-left:0px;
line-height: 35px;
}
.tlt
{
font-size:10px;
padding-left:0px;
}
.view
{
padding-top: 40px;
}
.eachRow
{
height : 45px;
padding-top: 15px;
padding-left: 3px;
border-bottom: 1px solid #dbd9d0;
line-height: 16px;
}
.imgDiv>img{
width: 40px;
/*height: 40px;
border-radius: 50%;*/
}
.itemStockSumryDiv
{
width: calc(100% - 10px);
height: auto;
display: inline-block;
padding : 2px 5px;
border-bottom: 1px solid #dadada;
}
.dynamic.imgDiv
{
width: 35px;
height: 35px;
line-height: 35px;
font-size: 22px;
border: 1px solid rgba(161, 161, 161, 0.22);
border-radius: 50%;
background: rgba(128, 128, 128, 0.53);
text-align: center;
color: white;
}
.imgDiv
{
width: 35px;
margin: -5px 9px;
/*height: 25px;
border-radius: 54%;*/
}
.eachRow>div
{
display: inline-block;
vertical-align: top;
}
.eachSection
{
padding-right: 6px;
}
.eachSection.alighrt
{
float:right;
margin-top: 5px;
}
.eachSection.alighlt
{
float:left;
font-size:19;
font-weight:bold;
}
.eachContent
{
margin: 0px -1px;
}
.textRtAlign
{
text-align:right;
margin: -2px 5px;
}
.cr-amt
{
color: green;
}
.dr-amt
{
color: red;
}
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