mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-24 10:57:13 -05:00
Tom git-svn-id: svn+ssh://jekkos@svn.code.sf.net/p/opensourcepos/code/@25 c3eb156b-1dc0-44e1-88ae-e38439141b53
166 lines
1.8 KiB
CSS
166 lines
1.8 KiB
CSS
#register_wrapper
|
|
{
|
|
float:left;
|
|
width:70%;
|
|
font-family:Arial;
|
|
font-size:13px;
|
|
}
|
|
#mode_form
|
|
{
|
|
position:relative;
|
|
background-color:#DDD;
|
|
padding: 8px 0px 8px 0px;
|
|
}
|
|
|
|
#show_suspended_sales_button
|
|
{
|
|
position:absolute;
|
|
top:3px;
|
|
right:4px;
|
|
}
|
|
|
|
#mode_form span
|
|
{
|
|
font-weight:bold;
|
|
}
|
|
|
|
#add_item_form
|
|
{
|
|
position:relative;
|
|
background-color:#BBBBBB;
|
|
width:100%;
|
|
padding: 8px 0px 8px 0px;
|
|
|
|
}
|
|
|
|
#new_item_button_register
|
|
{
|
|
position:absolute;
|
|
top:3px;
|
|
right:4px;
|
|
}
|
|
|
|
#add_item_form input
|
|
{
|
|
border: 1px solid #ccc;
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
#item_label,#customer_label
|
|
{
|
|
font-weight:bold;
|
|
}
|
|
|
|
#add_item_form label
|
|
{
|
|
margin: 0px 5px 0px 5px;
|
|
}
|
|
|
|
#register
|
|
{
|
|
position:relative;
|
|
width:100%;
|
|
padding:0px;
|
|
border-collapse:collapse;
|
|
}
|
|
|
|
#register th
|
|
{
|
|
background-color:#4386a1;
|
|
padding:5px;
|
|
text-align:center;
|
|
color:#FFFFFF;
|
|
}
|
|
|
|
#register td
|
|
{
|
|
background-color:#EEEEEE;
|
|
padding:3px;
|
|
text-align:center;
|
|
}
|
|
|
|
#overall_sale
|
|
{
|
|
float:left;
|
|
margin-left:4px;
|
|
background-color:#BBBBBB;
|
|
width:28%;
|
|
padding:5px;
|
|
font-family:Arial;
|
|
font-size:13px;
|
|
|
|
}
|
|
|
|
#sale_details
|
|
{
|
|
position:relative;
|
|
width:100%;
|
|
margin-top:5px;
|
|
border-top:2px solid #000;
|
|
}
|
|
|
|
#finish_sale
|
|
{
|
|
position:relative;
|
|
}
|
|
|
|
#Payment_Types
|
|
{
|
|
float:left;
|
|
width:100%;
|
|
margin-top:5px;
|
|
border-top:2px solid #000;
|
|
background-color:#DDD;
|
|
margin-bottom:0px;
|
|
clear:both;
|
|
}
|
|
|
|
#Cancel_sale
|
|
{
|
|
float:left;
|
|
width:100%;
|
|
margin-top:5px;
|
|
clear:both;
|
|
}
|
|
#suspended_sales_table th
|
|
{
|
|
text-align:center;
|
|
}
|
|
|
|
#suspended_sales_table td
|
|
{
|
|
padding: 7px;
|
|
}
|
|
|
|
#credit_card_form fieldset
|
|
{
|
|
overflow: auto;
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#credit_card_form fieldset div
|
|
{
|
|
float: left;
|
|
}
|
|
|
|
#credit_card_form fieldset.centered div
|
|
{
|
|
text-align: center;
|
|
}
|
|
|
|
#credit_card_form label
|
|
{
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#credit_card_form input.text
|
|
{
|
|
border: 1px solid #bfbab4;
|
|
margin: 0 4px 8px 0;
|
|
}
|
|
|