mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-30 21:17:55 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
87 lines
1.3 KiB
CSS
87 lines
1.3 KiB
CSS
#required_fields_message {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-bottom: 3px;
|
|
font-style: italic;
|
|
}
|
|
|
|
.error_message_box {
|
|
margin-bottom: 7px;
|
|
margin-left: 20px;
|
|
color: red;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#customer_basic_info,
|
|
#item_basic_info,
|
|
#item_number_info,
|
|
#supplier_basic_info,
|
|
#sale_basic_info,
|
|
#employee_basic_info,
|
|
#employee_login_info,
|
|
#employee_permission_info {
|
|
padding: 5px;
|
|
}
|
|
|
|
#info_provided_by {
|
|
display: none;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#permission_list {
|
|
list-style: none;
|
|
}
|
|
|
|
#permission_list li {
|
|
padding: 5px;
|
|
}
|
|
|
|
#permission_list ul li {
|
|
padding-left: 20px;
|
|
padding-bottom: 0px;
|
|
list-style: none;
|
|
}
|
|
|
|
#permission_list input {
|
|
top: 3px;
|
|
}
|
|
|
|
#employee_permission_info p {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#employee_permission_info span.small {
|
|
font-style: italic;
|
|
font-size: 80%;
|
|
}
|
|
|
|
#item_kit_items,
|
|
#items_count_details {
|
|
font-size: 80%;
|
|
}
|
|
|
|
#item_kit_items,
|
|
#items_count_details,
|
|
#tax_rates {
|
|
width: 100%;
|
|
}
|
|
|
|
#item_kit_items thead tr,
|
|
#items_count_details thead tr,
|
|
#tax_rates thead tr {
|
|
background-color: #CCC;
|
|
}
|
|
|
|
#item_kit_items th,
|
|
#items_count_details th,
|
|
#tax_rates th {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#item_kit_items td,
|
|
#items_count_details td,
|
|
#tax_rates td {
|
|
text-align: center;
|
|
}
|