mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-21 07:48:06 -05:00
Tom git-svn-id: svn+ssh://jekkos@svn.code.sf.net/p/opensourcepos/code/@25 c3eb156b-1dc0-44e1-88ae-e38439141b53
42 lines
329 B
CSS
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;
|
|
}
|