Commit e1d3801a authored by smestry's avatar smestry

added new css file of customer details and item details in side panel.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103963 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 324bc799
/* Font loaded - elegant icons*/
@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;
}
body,div,form,td,table,a
{
margin: 0;
padding: 0;
}
.prev, .next
{
color: rgb(156, 135, 135);
font-size: 30px;
position: relative;
cursor: pointer;
}
.itemtbl
{
background: none repeat scroll 0 0 #EFF5FB;
font-size: 10pt;
width: 100%;
}
.firstDiv
{
float: left;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
font-size: 19px;
background-color: gray;
color: white;
height: 25px;
text-align: left;
padding-top: 3px;
margin-top: 2px;
padding-left: 10px
}
.rght
{
text-align: right;
}
.highlight
{
color: #666;
}
.strong-text
{
font-weight: bold;
}
.itemtbl td
{
border-bottom: #e5e4e9 1px solid;
background-color: #FFF;
padding: 10px;
}
#next
{
margin-left: 6.2em;
}
#prev
{
/* margin-left: 61px; */
float: left;
}
.imtprnt
{
float: left;
margin: .1em 0;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
height: 25px;
padding-top: 3px;
color: #000;
font-size: 16px;
margin-top: 98px;
padding-left: 10px;
}
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