Commit 1ae299d2 authored by wansari's avatar wansari

W16FKAT002 added CSS for Sales Order Wizard


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103888 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1b4c07f3
.header_class
{border:inset 0;font-family: 'MuseoLight-300', sans-serif; color : #COCOCO; background : #FFF; text-align : left; font-size: 14px;}
.input_editablecenter
{border:solid 0; font-family: 'MuseoLight-300', sans-serif; border-color: lightgrey;color : #COCOCO; background : #FFF; text-align : left; font-size: 14px;}
.tableClass_rep
{margin-left:0px}
.td_leftAlign{
background-color: #FFF;
font-family: "MuseoLight-300",sans-serif;
font-size: 14px;
text-shadow: none;
text-align:left;
}
.input_editable
{border:solid 1px;font-family: 'MuseoLight-300', sans-serif; border-color: #ccc;color : #COCOCO; background : #FFF; text-align : left; font-size: 14px;}
.td_rightAlign{
background-color: #FFF;
font-family: "MuseoLight-300",sans-serif;
font-size: 14px;
text-shadow: none;
text-align:right;
}
.editDisplayheder
{readOnly:true; TEXT-ALIGN:left; color:#000; padding:5px 5px 10px 5px; font-size:16px; }
.editDisplayColumnClass
{readOnly:true; margin-left:2px; BACKGROUND:#fff; TEXT-ALIGN:LEFT; margin-bottom:10px; border-top: #6cf 2px solid; border-bottom:solid 1px #ebebeb; border-right:solid 1px #ebebeb; border-left:solid 1px #ebebeb;}
.editDisplayColumnClass td
{ padding:5px; border-bottom: none; font-size:14px;}
.button{
border: 1px solid #E7E7E7;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
color: #333;
height: 22px;
font-family: 'MuseoLight-300', sans-serif;
font-size: 12px;
background-color: #e7e7e7;
cursor: pointer;
margin-left:10px;
}
.button:hover
{
border: 1px solid #E7E7E7 !important;
background-color: #e7e7e7 !important;
color: #000 !important;
-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) !important;
-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) !important;
box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) !important;
text-shadow: none;
}
.button:active
{
text-shadow: none;
background-color: #d6d6d6 !important;
color: #000 !important;
-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) !important;
-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) !important;
box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) !important;
border: 1px solid #E7E7E7 !important;
}
.divclass
{
border : solid 1px lightgray;
line-height : 23px;
width:99.5%
}
.button.disabled {
background: #EBEBEB !important;
color:gray !IMPORTANT;
pointer-events:none !IMPORTANT;
}
.button.enabled {
color:#333 !IMPORTANT;
pointer-events:auto !IMPORTANT;
}
.addNewDetailBtn
{
width: 35px;
height: 35px;
border-radius: 50%;
background: #56615D;
position: absolute;
cursor: pointer;
box-shadow: 0px 2px 5px #666;
z-index: 1;
float:right;
right:18px;
bottom:82px;
}
.plus {
color: #FFF;
position: absolute;
top: 0px;
display: block;
bottom: 0px;
left: 0px;
right: 0px;
text-align: center;
padding: 0px;
margin: 0px;
line-height: 35px;
font-size: 20px;
font-family: "Roboto";
font-weight: bold;
cursor:hand;
}
.closeDetailBtn
{
width: 25px;
height: 25px;
border-radius: 50%;
background: #56615D;
position: absolute;
cursor: pointer;
box-shadow: 0px 2px 5px #666;
float:right;
right:12px;
top: 20px;
}
.close {
color: #FFF;
position: absolute;
top: 0px;
display: block;
bottom: 0px;
left: 0px;
right: 0px;
text-align: center;
padding: 0px;
margin: 0px;
line-height: 24px;
font-size: 15px;
font-family: "Roboto";
font-weight: bold;
cursor:hand;
}
.deleteDetailBtn
{
background-color: #EF4130;
width: 22px;
height: 22px;
border-radius: 50%;
position: absolute;
cursor: pointer;
box-shadow: 0px 2px 5px #666;
float:right;
right: 1px;
}
.remove
{
color: #FFF;
position: relative;
margin-top: 3px;
display: block;
text-align: center;
line-height: 35px;
font-size: 24px;
height: 22px;
width: 22px;
font-family: "Roboto";
font-weight: 300;
cursor: pointer;
}
.removeImg
{
height:15;
width:13;
}
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