Commit dbc86749 authored by kdabholkar's avatar kdabholkar

commited new changes of tax calculation of sorder wizard

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@176368 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5870455f
......@@ -38,7 +38,7 @@ background-color: #FFF;
.button{
.savebutton{
border: 1px solid #E7E7E7;
border-radius: 2px;
-moz-border-radius: 2px;
......@@ -55,7 +55,7 @@ cursor: pointer;
margin-left:10px;
}
.button:hover
.savebutton:hover
{
border: 1px solid #E7E7E7 !important;
background-color: #e7e7e7 !important;
......@@ -66,7 +66,7 @@ box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) !important;
text-shadow: none;
}
.button:active
.savebutton:active
{
text-shadow: none;
background-color: #d6d6d6 !important;
......@@ -84,13 +84,13 @@ border: 1px solid #E7E7E7 !important;
width:99.5%
}
.button.disabled {
.savebutton.disabled {
background: #EBEBEB !important;
color:gray !IMPORTANT;
pointer-events:none !IMPORTANT;
}
.button.enabled {
.savebutton.enabled {
color:#333 !IMPORTANT;
pointer-events:auto !IMPORTANT;
}
......@@ -247,3 +247,187 @@ cursor: pointer;
}
.popUpContainerForTax {
position: absolute;
top: 50%;
left: 50%;
margin-top: -150px;
margin-left: -46%;
width: 90%;
height: 278px;
display: none;
overflow: visible;
z-index: 2;
background-color: white;
border: 2px solid lightgrey;
padding-top: 15px;
}
.taxTableBodyContainer
{
position: relative;
height: 230px;
overflow: auto;
}
.bgGlass {
z-index: 1;
background-color: lightblue;
opacity: 0.4;
filter: blur(20px);
position: absolute;
left: -6px;
top: -8px;
visibility: visible;
width: 100%;
height: 100%;
}
.closeDiv {
top: -7px;
line-height: 14px;
width: 14px;
left: -10px;
padding-top: 1px;
font-size: 10px;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
color: rgb(255, 255, 255);
position: absolute;
text-align: center;
font-weight: bold;
box-shadow: rgb(0, 0, 0) 1px 1px 3px;
cursor: pointer;
z-index: 1002;
border-width: 2px;
border-style: solid;
border-color: white;
border-image: initial;
background: rgb(96, 96, 97);
text-decoration: none;
border-radius: 12px;
}
.taxCalBtn {
width: 40px;
height: 40px;
position: absolute;
bottom: 30px;
cursor: pointer;
box-shadow: rgb(102, 102, 102) 0px 2px 5px;
z-index: 1;
float: right;
right: 78px;
top: -20px;
border-radius: 50%;
background: rgb(86, 97, 93);
}
.calcTax, .check {
color: rgb(255, 255, 255);
position: relative;
margin-top: 11px;
display: block;
text-align: center;
line-height: 35px;
font-size: 24px;
height: 40px;
width: 40px;
font-family: Roboto;
font-weight: 300;
}
.taxApplyButton {
width: 40px;
height: 40px;
position: absolute;
bottom: 30px;
cursor: pointer;
box-shadow: rgb(102, 102, 102) 0px 2px 5px;
z-index: 1;
float: right;
right: 28px;
top: -20px;
border-radius: 50%;
background: rgb(86, 97, 93);
}
.checkTax {
color: rgb(255, 255, 255);
position: relative;
margin-top: 11px;
display: block;
text-align: center;
line-height: 35px;
font-size: 24px;
height: 40px;
width: 40px;
font-family: Roboto;
font-weight: 300;
}
.e12CustomTaxPanel {
width: 99%;
height: 42px;
padding-top: 1px;
overflow: visible !important;
}
.headerInputTaxField {
width: 100%;
border-bottom: 1px solid #dbdbdb;
border-top: none;
border-left: none;
border-right: none;
line-height: 0;
font-size: small;
box-sizing: border-box;
padding: 14px 5px 0 0;
position: relative;
background-color: white;
margin: 0 5px;
font-weight: normal;
border-radius: 0;
margin-bottom: 1px;
font-weight: lighter;
font-size: small;
width: 101%;
outline: none;
box-shadow: none;
}
.taxEditHdrField {
width: 100%;
/* float: left; */
}
.horTaxWizardPnl {
padding: 20px;
/* float: right; */
width: 100%;
/* height: 36px; */
}
.noTaxHeadingCss {
/* padding: 0 10px 0 0; */
padding: 2px 10px 0 0 !important;
}
.taxFormInputs {
padding-top: 10px;
}
.calImgClass
{
/*width:10%;*/
-webkit-filter: invert(0);
/* filter: invert(1); */
/* position: absolute; */
margin: 2;
margin-top: -15;
margin-right: 114px;
cursor: pointer;
}
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