Files
opensourcepos/css/ospos_print.css
pappastech 250f0a242f Initial commit of release 1.0.
~ Tom

git-svn-id: svn+ssh://jekkos@svn.code.sf.net/p/opensourcepos/code/@6 c3eb156b-1dc0-44e1-88ae-e38439141b53
2011-06-08 13:22:08 +00:00

42 lines
329 B
CSS

body
{
background-color:#FFFFFF;
font-size:75%;
}
#menubar,#footer
{
display:none;
}
#content_area
{
width:100%;
}
#content_area_wrapper
{
border:0px;
}
#sale_return_policy
{
width:100%;
text-align:center;
}
.long_name
{
display:none;
}
.short_name
{
display:inline;
}
#receipt_items td
{
white-space:nowrap;
}