266 lines
4.1 KiB
CSS
266 lines
4.1 KiB
CSS
#record_list_form .st_record_list .column_client {
|
|
max-width: 250px;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#record_list_form .st_record_list .column_total_amount {
|
|
text-align: right;
|
|
}
|
|
|
|
#record_list_form .st_record_list .column_review_list_status, #record_list_form .st_record_list #sf_admin_list_th_review_list_status {
|
|
text-align: center;
|
|
}
|
|
|
|
#sf_admin_container .st_record_list .st_record_list-item-name
|
|
{
|
|
text-align: left;
|
|
}
|
|
|
|
#sf_admin_container .st_order-user-data
|
|
{
|
|
float: left;
|
|
|
|
margin: 0px 10px;
|
|
}
|
|
|
|
#sf_admin_container .st_order-user-data p
|
|
{
|
|
padding-bottom: 3px;
|
|
}
|
|
|
|
#sf_admin_container .st_order-user-data h3
|
|
{
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
#sf_admin_container .st_order-user-data address
|
|
{
|
|
width: 300px;
|
|
}
|
|
|
|
#sf_admin_container .st_order-user-data .company-field
|
|
{
|
|
width: 232px;
|
|
}
|
|
|
|
#sf_admin_container .st_order-user-data .name-surname-field
|
|
{
|
|
width: 232px;
|
|
}
|
|
|
|
#sf_admin_container .st_order-user-data .street-field
|
|
{
|
|
width: 232px;
|
|
}
|
|
|
|
#sf_admin_container .st_order-user-data .house-flat-field
|
|
{
|
|
width: 25px;
|
|
}
|
|
|
|
#sf_admin_container .st_order-user-data .code-town-field
|
|
{
|
|
width: 110px;
|
|
}
|
|
|
|
#sf_admin_container .st_order-user-data .country-field
|
|
{
|
|
width: 232px;
|
|
}
|
|
|
|
#sf_admin_container .st_order-user-data .vat_number-field, #sf_admin_container .st_order-user-data .phone-field
|
|
{
|
|
width: 232px;
|
|
}
|
|
|
|
#sf_admin_container .st_order-user-data label
|
|
{
|
|
width: 100px;
|
|
}
|
|
|
|
#sf_admin_container .st_record_manager .code-field
|
|
{
|
|
width: 43px;
|
|
}
|
|
|
|
#sf_admin_container .st_record_manager .name-field
|
|
{
|
|
width: 150px;
|
|
}
|
|
|
|
#sf_admin_container .st_record_manager .price-field
|
|
{
|
|
width: 60px;
|
|
}
|
|
|
|
#sf_admin_container .st_record_manager .discount-field,
|
|
#sf_admin_container .st_record_manager .quantity-field
|
|
{
|
|
width: 50px;
|
|
}
|
|
|
|
#sf_admin_container .st_record_manager .errors td
|
|
{
|
|
color: #ff3333;
|
|
text-align: left;
|
|
}
|
|
|
|
#sf_admin_container .st_record_manager .errors input
|
|
{
|
|
border-color: #ff3333;
|
|
}
|
|
|
|
|
|
#sf_admin_container .st_record_manager .template .product-options-container
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
#sf_admin_container .st_record_manager .product-options-container
|
|
{
|
|
text-align: left;
|
|
|
|
padding: 0px 2px;
|
|
}
|
|
|
|
#sf_admin_container .st_record_manager .product-options-container a
|
|
{
|
|
font-size: 8pt;
|
|
}
|
|
|
|
#sf_admin_container .st_record_manager td
|
|
{
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#sf_admin_container .st_record_manager td.actions
|
|
{
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#sf_admin_container .st_order-user-data div.form_error
|
|
{
|
|
color: #ff3333;
|
|
|
|
padding-left: 110px;
|
|
}
|
|
|
|
#sf_admin_container .st_order-user-data input.form_error
|
|
{
|
|
border-color: #ff3333;
|
|
}
|
|
|
|
#st_order-autocomplete-template
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
.st_order-autocomplete-item
|
|
{
|
|
padding: 5px 10px;
|
|
|
|
height: 42px;
|
|
}
|
|
|
|
.st_order-autocomplete-item .image
|
|
{
|
|
float: left;
|
|
|
|
width: 42px;
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
.st_order-autocomplete-item img
|
|
{
|
|
max-width: 42px;
|
|
|
|
max-height: 42px;
|
|
}
|
|
|
|
.st_order-autocomplete-item .content
|
|
{
|
|
margin-left: 52px;
|
|
}
|
|
|
|
.st_order-autocomplete-item h2
|
|
{
|
|
font-size: 8pt;
|
|
|
|
margin: 0px;
|
|
}
|
|
|
|
.st_order-autocomplete-item li
|
|
{
|
|
font-size: 8pt;
|
|
|
|
display: inline;
|
|
}
|
|
|
|
.st_order-autocomplete-item
|
|
{
|
|
clear: left;
|
|
}
|
|
|
|
#st_order-product-list .img img
|
|
{
|
|
width: auto;
|
|
}
|
|
|
|
#sf_fieldset_dostawa,
|
|
#sf_fieldset_platnosc,
|
|
#sf_fieldset_dane_bilingowe,
|
|
#sf_fieldset_dane_dostawy,
|
|
#sf_fieldset_podsumowanie,
|
|
#sf_fieldset_informacje_dodatkowe {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1 0 40%;
|
|
flex-wrap: nowrap;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#sf_fieldset_dostawa,
|
|
#sf_fieldset_informacje_dodatkowe,
|
|
#sf_fieldset_dane_bilingowe {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
|
|
#sf_fieldset_informacje_dodatkowe textarea {
|
|
width: 100%;
|
|
min-height: 150px;
|
|
}
|
|
|
|
#sf_fieldset_dane_bilingowe address,
|
|
#sf_fieldset_dane_dostawy address {
|
|
font-style: normal;
|
|
}
|
|
|
|
.st-order-user-data {
|
|
width: 100%;
|
|
}
|
|
|
|
.st-order-user-data .chosen-container {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.st-order-code-town {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
}
|
|
|
|
.st-order-code-town input:first-child {
|
|
margin-right: 5px;
|
|
max-width: 40%;
|
|
}
|
|
|
|
.st-order-user-data label {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
#sf_fieldset_platnosc .chosen-container {
|
|
width: 100% !important;
|
|
} |