Commit 64be596f authored by chavanp's avatar chavanp

new stockhelp screen css


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105124 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 16df4aa7
@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", sans-serif !important;
}
.galaxyButton {
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: 13px;
background-color: #e7e7e7;
background: #e7e7e7;
cursor: pointer;
float: left;
margin-left: 0px;
}
body
{
margin:0px;
font-size: 13px;
}
.header
{
width: calc(100% - 10px);
height: 80px;
font-size:13px;
border-bottom:1px solid #dadada;
margin-top: 15px;
}
.editInputClass{
border: 1px solid lightgray;
background-color: #FFFFFF;
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
font-size: 12px;
text-align:left;
text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
text-rendering: optimizeLegibility;
}
.itemCodeImgDiv{
width: 40px;
height: 40px;
float: left;
border-radius: 50%;
}
.itemCodeImgDiv>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;
}
.ItemStockDetailDiv1{
width: 23%;
height: 100%;
float: left;
text-align: left;
}
.ItemStockDetailDiv2{
width: 23%;
height: 100%;
float: left;
text-align: right;
}
.ItemStockDetailDiv3{
width: 23%;
height: 100%;
float: left;
text-align: right;
}
.ItemStockDetailDiv4{
width: 23%;
height: 100%;
float: left;
text-align: right;
}
.StockDetailDiv1{
width: 25%;
height: auto;
float: left;
text-align: left;
}
.StockDetailDiv2{
width: 25%;
height: auto;
float: left;
text-align: right;
}
.StockDetailDiv3{
width: 25%;
height: auto;
float: left;
text-align: right;
}
.StockDetailDiv4{
width: 25%;
height: auto;
float: left;
text-align: right;
}
.Stockinformation{
text-align:right;
}
table {
width: 200px;
border-collapse: collapse;
border-spacing: 0;
}
.labels
{
width: auto;
height: 100%;
float: left;
text-align: right;
}
.l1
{
height: 25px;
line-height:25px;
}
.text
{
width: auto;
height: 100%;
float: left;
}
.t1
{
line-height: 25px;
margin-top: 2px;
}
.hcontainent
{
width: calc(100% - 20px);
padding: 5px;
overflow:auto;
}
.button
{
overflow:auto;
height: auto;
margin-top: -5px;
padding: 0px 13px;
}
.stockdtl
{
width: calc(100% - 10px);
height: auto;
display: block;
overflow: auto;
padding: 2px 5px;
border-bottom: 1px solid #dadada;
}
.FrameFlowPanel
{
border: none;
width: 100% !important;
overflow: hidden !important;
height: 526px;
}
.linkPanelFrame
{
border: none;
height: 100%;
width: 100% !important;
}
.dynamicImgDiv{
height: 32px;
width: 32px;
font-size:16px;
border-radius:50%;
background: #cfbebe;
color: #ffffff;
line-height: 32px;
text-align: center;
}
/*.firstline td{border-bottom:2px solid #000000;
border-top:2px solid #000000*/;
}
\ No newline at end of file
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