mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-25 09:48:02 -05:00
168 lines
1.9 KiB
CSS
168 lines
1.9 KiB
CSS
#register_wrapper
|
|
{
|
|
float: left;
|
|
width: 70%;
|
|
font-size: 13px;
|
|
}
|
|
|
|
#mode_form, #add_item_form
|
|
{
|
|
margin: 0;
|
|
}
|
|
|
|
#mode_form .panel-body, #add_item_form .panel-body
|
|
{
|
|
padding: 0.7em;
|
|
margin: 0;
|
|
}
|
|
|
|
#mode_form
|
|
{
|
|
background-color: #DDD;
|
|
}
|
|
|
|
#mode_form ul, #add_item_form ul
|
|
{
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#mode_form ul li, #add_item_form ul li
|
|
{
|
|
margin-left: 1em;
|
|
}
|
|
|
|
#first_li
|
|
{
|
|
margin-left: 0.2em !important;
|
|
}
|
|
|
|
#mode_form ul.dropdown-menu.inner, #add_item_form ul.dropdown-menu.inner
|
|
{
|
|
margin-left: -1em !important;
|
|
}
|
|
|
|
#add_item_form
|
|
{
|
|
background-color: #BBB;
|
|
}
|
|
|
|
#register
|
|
{
|
|
width: 100%;
|
|
padding: 0;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
#register th
|
|
{
|
|
background-color: #999;
|
|
padding: 5px;
|
|
text-align: center;
|
|
color: #FFF;
|
|
}
|
|
|
|
#register td
|
|
{
|
|
background-color: #EEE;
|
|
padding: 3px;
|
|
text-align: center;
|
|
}
|
|
|
|
#overall_sale
|
|
{
|
|
width: 28%;
|
|
float: left;
|
|
margin-left: 0.1em;
|
|
padding-bottom: 1em;
|
|
padding-top: 1em;
|
|
background-color: #BBB;
|
|
font-size: 13px;
|
|
text-align: center;
|
|
}
|
|
|
|
#overall_sale .panel-body
|
|
{
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
#overall_sale .form-group
|
|
{
|
|
margin: 0;
|
|
}
|
|
|
|
#overall_sale .btn
|
|
{
|
|
margin-top: 0.5em;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
#customer_details, #sale_details, #payment_details
|
|
{
|
|
width: 100%;
|
|
}
|
|
|
|
#sale_details
|
|
{
|
|
border-top: 2px solid #000;
|
|
}
|
|
|
|
#select_customer, #finish_sale
|
|
{
|
|
|
|
}
|
|
|
|
#payment_details
|
|
{
|
|
float: left;
|
|
border-top: 2px solid #000;
|
|
background-color: #DDD;
|
|
margin-top: 0.2em;
|
|
padding: 0.5em;
|
|
text-align: left;
|
|
clear: both;
|
|
}
|
|
|
|
#cancel_sale
|
|
{
|
|
float: left;
|
|
width: 100%;
|
|
clear: both;
|
|
}
|
|
|
|
#suspended_sales_table
|
|
{
|
|
width: 100%;
|
|
}
|
|
|
|
#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;
|
|
} |